Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-05-29 18:08:35 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-05-29 18:08:35 +0300
commitcfe10f07aa0d400b9fc70f39b2541435b7ea03e0 (patch)
tree31c9920efe54e7b7d9341a1128b72fef65809b77 /app/views/events
parent4c74936f4567ba142bcd9ca31c8f5f10c8aa52fa (diff)
Replace well-list with content-list and hover-list
Diffstat (limited to 'app/views/events')
-rw-r--r--app/views/events/event/_push.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/events/event/_push.html.haml b/app/views/events/event/_push.html.haml
index f85f5c5be88..85f2d00bde3 100644
--- a/app/views/events/event/_push.html.haml
+++ b/app/views/events/event/_push.html.haml
@@ -14,7 +14,7 @@
- if event.push_with_commits?
.event-body
- %ul.well-list.event_commits
+ %ul.content-list.event_commits
= render "events/commit", project: project, event: event
- create_mr = event.new_ref? && create_mr_button?(project.default_branch, event.ref_name, project) && event.authored_by?(current_user)