-
- Downloads
Explicitly set image alt to prevent graphical glitches
Rails image_tag sets the alt-attribute to the filename which causes graphical glitches if the file could not be loaded. Fixes https://github.com/gitlabhq/gitlabhq/issues/6036 . Signed-off-by:Sven Strickroth <email@cs-ware.de>
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/views/groups/group_members/_group_member.html.haml 1 addition, 1 deletionapp/views/groups/group_members/_group_member.html.haml
- app/views/groups/milestones/_issue.html.haml 1 addition, 1 deletionapp/views/groups/milestones/_issue.html.haml
- app/views/groups/milestones/_merge_request.html.haml 1 addition, 1 deletionapp/views/groups/milestones/_merge_request.html.haml
- app/views/projects/milestones/_issue.html.haml 1 addition, 1 deletionapp/views/projects/milestones/_issue.html.haml
- app/views/projects/milestones/_merge_request.html.haml 1 addition, 1 deletionapp/views/projects/milestones/_merge_request.html.haml
- app/views/projects/notes/_note.html.haml 2 additions, 2 deletionsapp/views/projects/notes/_note.html.haml
- app/views/projects/project_members/_project_member.html.haml 1 addition, 1 deletionapp/views/projects/project_members/_project_member.html.haml
- app/views/snippets/show.html.haml 1 addition, 1 deletionapp/views/snippets/show.html.haml
Please register or sign in to comment