diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2011-12-30 22:56:13 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2011-12-30 22:56:13 +0200 |
commit | 0ae9ac155c2d6d91060e0b0a3d528681aeb0dfe2 (patch) | |
tree | afd2a29e5862ffaac7ccafeeb50765f4b7838738 /app/views/layouts/project.html.haml | |
parent | e33aab0b21e38f4cf7aed8bb6451d737fcefe110 (diff) | |
download | gitlab-ce-0ae9ac155c2d6d91060e0b0a3d528681aeb0dfe2.tar.gz |
repo tab added. activities page for repo
Diffstat (limited to 'app/views/layouts/project.html.haml')
-rw-r--r-- | app/views/layouts/project.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/layouts/project.html.haml b/app/views/layouts/project.html.haml index 1c9b588476a..5545cc2f269 100644 --- a/app/views/layouts/project.html.haml +++ b/app/views/layouts/project.html.haml @@ -24,6 +24,7 @@ .fixed %aside = link_to "Project", project_path(@project), :class => project_tab_class + = link_to "Repository", project_repository_path(@project), :class => repository_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 => current_page?(:controller => "commits", :action => "index", :project_id => @project) ? "current" : nil = link_to "Network graph", graph_project_path(@project), :class => current_page?(:controller => "projects", :action => "graph", :id => @project) ? "current" : nil |