summaryrefslogtreecommitdiff
path: root/app/views/groups/issues.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-15 13:13:22 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-15 13:13:22 +0300
commit12d55ba6ccb1b2afa02fcc1fc7ca5ffbd0e21cc3 (patch)
tree10526353733217208732a742f18e28bc89f6b442 /app/views/groups/issues.html.haml
parent86584aa89f2a0a97eeef1e4eacb2cc8ea9380d12 (diff)
downloadgitlab-ce-12d55ba6ccb1b2afa02fcc1fc7ca5ffbd0e21cc3.tar.gz
Provide links from Group issues, mr pages to corresponding Dashboard pages
Diffstat (limited to 'app/views/groups/issues.html.haml')
-rw-r--r--app/views/groups/issues.html.haml10
1 files changed, 7 insertions, 3 deletions
diff --git a/app/views/groups/issues.html.haml b/app/views/groups/issues.html.haml
index 2785f92e41b..482613f172d 100644
--- a/app/views/groups/issues.html.haml
+++ b/app/views/groups/issues.html.haml
@@ -1,9 +1,13 @@
%h3.page-title
- Issues
- %small (assigned to you)
- %small.pull-right #{@issues.total_count} issues
+ Issues assigned to me
+ %span.pull-right #{@issues.total_count} issues
+%p.light
+ Only issues from
+ %strong #{@group.name}
+ group are listed here. To see all issues you should visit #{link_to 'dashboard', issues_dashboard_path} page.
%hr
+
.row
.span3
= render 'shared/filter', entity: 'issue'