Commit 2f613f28 authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch '10444-ee-diff-commits-show' into 'master'

Move EE differences for `app/views/projects/commits/show.html.haml`

Closes gitlab-ee#10444

See merge request gitlab-org/gitlab-ce!28448
parents 5f261b62 6a6438b4
......@@ -30,6 +30,8 @@
= link_to project_commits_path(@project, @ref, rss_url_options), title: _("Commits feed"), class: 'btn' do
= icon("rss")
= render_if_exists 'projects/commits/mirror_status'
%div{ id: dom_id(@project) }
%ol#commits-list.list-unstyled.content_list
= render 'commits', project: @project, ref: @ref
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment