summaryrefslogtreecommitdiff
path: root/app/views/layouts/project.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-01-13 23:13:44 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-01-13 23:13:44 +0200
commit693ff1c6445e5abd4cf29cf9689d22899239597e (patch)
tree70e59ddb3cc621ce134274b2cf71db34c42b98bb /app/views/layouts/project.html.haml
parent0ba081947deaf773fbc3d62186669c0e9a91e105 (diff)
downloadgitlab-ce-693ff1c6445e5abd4cf29cf9689d22899239597e.tar.gz
dashboard restyled. colors improved
Diffstat (limited to 'app/views/layouts/project.html.haml')
-rw-r--r--app/views/layouts/project.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/project.html.haml b/app/views/layouts/project.html.haml
index 0cdf62f3609..f27516deefa 100644
--- a/app/views/layouts/project.html.haml
+++ b/app/views/layouts/project.html.haml
@@ -39,7 +39,7 @@
- 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
- Merge
+ Requests
-#- if @project.merge_requests.opened.count > 0
%span{ :class => "number" }= @project.merge_requests.opened.count