summaryrefslogtreecommitdiff
path: root/app/views/projects/merge_requests/_awards_block.html.haml
blob: e4a7b9b7e6241fe71ce4b2e2c85042497085b7b4 (plain)
1
2
3
4
5
6
.content-block.content-block-small.emoji-list-container.js-noteable-awards
  = render 'award_emoji/awards_block', awardable: @merge_request, inline: true do
    - if mr_tabs_position_enabled?
      .ml-auto.mt-auto.mb-auto
        #js-vue-sort-issue-discussions
        = render "projects/merge_requests/discussion_filter"