diff options
author | Phil Hughes <me@iamphill.com> | 2016-03-01 11:25:59 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-03-11 09:02:43 +0000 |
commit | 5e145918b4dc20672ca212d094a73b87476d1db5 (patch) | |
tree | f5251a850c82c25f59bb0f594a216a741236f678 /app/views/projects/merge_requests | |
parent | f7da99aef7044592d957df750dcf6e4185c51694 (diff) | |
download | gitlab-ce-5e145918b4dc20672ca212d094a73b87476d1db5.tar.gz |
Updated UI of award emoji
Closes #13878
Diffstat (limited to 'app/views/projects/merge_requests')
-rw-r--r-- | app/views/projects/merge_requests/_show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/merge_requests/_show.html.haml b/app/views/projects/merge_requests/_show.html.haml index b262892ac65..ee5b9fd95a8 100644 --- a/app/views/projects/merge_requests/_show.html.haml +++ b/app/views/projects/merge_requests/_show.html.haml @@ -68,7 +68,7 @@ .tab-content #notes.notes.tab-pane.voting_notes - .content-block.oneline-block + .content-block.content-block-small.oneline-block = render 'votes/votes_block', votable: @merge_request .row |