summaryrefslogtreecommitdiff
path: root/app/views/layouts/project.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-01-18 00:04:27 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-01-18 00:04:27 +0200
commit809413d9e758547241530001efa35dececfcf787 (patch)
treedef9dcc1010b7def4d93d5432a8f74269d08808a /app/views/layouts/project.html.haml
parentffc6ab41e0c5e9fa5f2d0ec6962315dfe5676e5d (diff)
downloadgitlab-ce-809413d9e758547241530001efa35dececfcf787.tar.gz
minimalistic UI: issues index, css refactoring
Diffstat (limited to 'app/views/layouts/project.html.haml')
-rw-r--r--app/views/layouts/project.html.haml4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/views/layouts/project.html.haml b/app/views/layouts/project.html.haml
index 4b710d585a9..c52c48683f9 100644
--- a/app/views/layouts/project.html.haml
+++ b/app/views/layouts/project.html.haml
@@ -32,16 +32,12 @@
= 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
Issues
- -#- if @project.issues.open_for(current_user).count > 0
- %span{ :class => "number" }= @project.issues.open_for(current_user).count
= link_to wall_project_path(@project), :class => current_page?(:controller => "projects", :action => "wall", :id => @project) ? "current" : nil do
Wall
- if @project.common_notes.today.count > 0
%span{ :class => "number" }= @project.common_notes.today.count
= link_to project_merge_requests_path(@project), :class => (controller.controller_name == "merge_requests") ? "current" : nil do
Requests
- -#- if @project.merge_requests.opened.count > 0
- %span{ :class => "number" }= @project.merge_requests.opened.count