commits + tree in progress
This commit is contained in:
parent
babd0557cb
commit
82d16ccfd1
7 changed files with 104 additions and 48 deletions
|
@ -1,7 +1,2 @@
|
|||
- if content_for?(:page_title)
|
||||
= yield :page_title
|
||||
- else
|
||||
.grid_4
|
||||
.container_3
|
||||
%h2.icon
|
||||
%span= controller.controller_name.capitalize
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue