commits + tree in progress

This commit is contained in:
gitlabhq 2011-11-01 22:11:24 +02:00
parent babd0557cb
commit 82d16ccfd1
7 changed files with 104 additions and 48 deletions

View file

@ -1,7 +1,2 @@
- if content_for?(:page_title)
= yield :page_title
- else
.grid_4
.container_3
%h2.icon
%span= controller.controller_name.capitalize

View file

@ -41,6 +41,5 @@
- if @commit
= link_to truncate(commit_name(@project,@commit), :length => 15), project_commit_path(@project, :id => @commit.id), :class => current_page?(:controller => "commits", :action => "show", :project_id => @project, :id => @commit.id) ? "current" : nil
.project-content
= yield