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:
Diffstat (limited to 'app/views/projects/commits/show.html.haml')
-rw-r--r--app/views/projects/commits/show.html.haml23
1 files changed, 0 insertions, 23 deletions
diff --git a/app/views/projects/commits/show.html.haml b/app/views/projects/commits/show.html.haml
deleted file mode 100644
index 7ea855e1a4e..00000000000
--- a/app/views/projects/commits/show.html.haml
+++ /dev/null
@@ -1,23 +0,0 @@
-= render "head"
-
-.tree-ref-holder
- = render 'shared/ref_switcher', destination: 'commits'
-
-- if current_user && current_user.private_token
- .commits-feed-holder.hidden-xs.hidden-sm
- = link_to namespace_project_commits_path(@project.namespace, @project, @ref, {format: :atom, private_token: current_user.private_token}), title: "Feed", class: 'btn' do
- %i.fa.fa-rss
- Commits feed
-
-%ul.breadcrumb.repo-breadcrumb
- = commits_breadcrumbs
-
-%div{id: dom_id(@project)}
- #commits-list= render "commits", project: @project
-.clear
-= spinner
-
-- if @commits.count == @limit
- :javascript
- CommitsList.init("#{@ref}", #{@limit});
-