gitlab-org--gitlab-foss/app/views/commits/index.html.haml

19 lines
460 B
Plaintext
Raw Normal View History

2011-11-01 10:48:26 +00:00
- content_for(:body_class, "project-page commits-page")
2011-11-01 20:11:24 +00:00
-#%a.right.button{:href => "#"} Download
-#-if can? current_user, :admin_project, @project
%a.right.button.blue{:href => "#"} EDIT
%h2.icon
%span
%d
2011-11-03 16:28:33 +00:00
= link_to project_commits_path(@project) do
= @project.name
- if params[:path]
\/
2011-11-01 20:11:24 +00:00
%a{:href => "#"}= params[:path].split("/").join(" / ")
2011-11-03 16:28:33 +00:00
.right= render "projects/refs"
2011-11-01 20:11:24 +00:00
%div{:id => dom_id(@project)}
= render "commits"