summaryrefslogtreecommitdiff
path: root/app/views/projects/issues/_related_branches.html.haml
diff options
context:
space:
mode:
authorLuke Bennett <lukeeeebennettplus@gmail.com>2016-09-09 15:00:21 +0100
committerLuke Bennett <lukeeeebennettplus@gmail.com>2016-09-09 19:05:47 +0100
commit0dcfc899d124bb618c84b6e25393a3c36939d633 (patch)
tree2a921f2948967deb1803ac490908b5988080fab3 /app/views/projects/issues/_related_branches.html.haml
parent0794f7fe6244974ceedcc24d9dda9f77c48779ac (diff)
downloadgitlab-ce-0dcfc899d124bb618c84b6e25393a3c36939d633.tar.gz
Used flexbox to force related merge request list items into columned items21877-no-mr-branch-title-link-in-issue-on-mobile
Diffstat (limited to 'app/views/projects/issues/_related_branches.html.haml')
-rw-r--r--app/views/projects/issues/_related_branches.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/issues/_related_branches.html.haml b/app/views/projects/issues/_related_branches.html.haml
index a8eeab3e55e..44683c8bcdb 100644
--- a/app/views/projects/issues/_related_branches.html.haml
+++ b/app/views/projects/issues/_related_branches.html.haml
@@ -1,7 +1,7 @@
- if @related_branches.any?
%h2.related-branches-title
= pluralize(@related_branches.count, 'Related Branch')
- %ul.unstyled-list
+ %ul.unstyled-list.related-merge-requests
- @related_branches.each do |branch|
%li
- target = @project.repository.find_branch(branch).target