Bootstrap: Commits page

This commit is contained in:
Dmitriy Zaporozhets 2012-01-29 21:58:31 +02:00
parent ae5faf0fd3
commit 20721eff1c
4 changed files with 22 additions and 18 deletions

View file

@ -6,7 +6,7 @@
- if @project.repo_exists?
= link_to "Repository", project_repository_path(@project), :class => repository_tab_class
= link_to "Tree", tree_project_ref_path(@project), :class => tree_tab_class
= link_to "Tree", tree_project_ref_path(@project, @project.root_ref), :class => tree_tab_class
= link_to "Commits", project_commits_path(@project), :class => (controller.controller_name == "commits") ? "current" : nil
= link_to "Network", graph_project_path(@project), :class => current_page?(:controller => "projects", :action => "graph", :id => @project) ? "current" : nil
= link_to project_issues_filter_path(@project), :class => (controller.controller_name == "issues") ? "current" : nil do