summaryrefslogtreecommitdiff
path: root/app/views/projects/merge_requests
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-05-24 08:28:18 +0100
committerPhil Hughes <me@iamphill.com>2016-06-08 10:10:18 +0100
commit8827eea8643bba95571edf2ea0f769b18e8369c2 (patch)
treec33a9d171b4125cc51b199afa7d436e91c7a0611 /app/views/projects/merge_requests
parent915ad255cdc7afa9a44ba24eed62f28184e81836 (diff)
downloadgitlab-ce-8827eea8643bba95571edf2ea0f769b18e8369c2.tar.gz
Updated commits UI
Closes #14633
Diffstat (limited to 'app/views/projects/merge_requests')
-rw-r--r--app/views/projects/merge_requests/show/_commits.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/projects/merge_requests/show/_commits.html.haml b/app/views/projects/merge_requests/show/_commits.html.haml
index a8f09f855d4..0b05785430b 100644
--- a/app/views/projects/merge_requests/show/_commits.html.haml
+++ b/app/views/projects/merge_requests/show/_commits.html.haml
@@ -2,4 +2,5 @@
= icon("sort-amount-desc")
Most recent commits displayed first
-= render "projects/commits/commits", project: @merge_request.project
+%ol#commits-list.list-unstyled
+ = render "projects/commits/commits", project: @merge_request.project