diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-09-03 21:53:55 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-09-03 21:53:55 +0200 |
commit | 0145e8ea210b2c0e1fac204126bf460063d1e17f (patch) | |
tree | fea8ea51fff7c1b8ba64d9f91a4760face03280e /app/views/dashboard/issues.html.haml | |
parent | b008273883ac4c73652e73b418ffece2848fe40b (diff) | |
download | gitlab-ce-0145e8ea210b2c0e1fac204126bf460063d1e17f.tar.gz |
Set page title based on content in dashboard area
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/dashboard/issues.html.haml')
-rw-r--r-- | app/views/dashboard/issues.html.haml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/app/views/dashboard/issues.html.haml b/app/views/dashboard/issues.html.haml index 94318d1bcf5..14734ae7372 100644 --- a/app/views/dashboard/issues.html.haml +++ b/app/views/dashboard/issues.html.haml @@ -1,14 +1,11 @@ - page_title "Issues" +- header_title "Issues", issues_dashboard_path(assignee_id: current_user.id) = content_for :meta_tags do - if current_user = auto_discovery_link_tag(:atom, issues_dashboard_url(format: :atom, private_token: current_user.private_token), title: "#{current_user.name} issues") -%h3.page-title - Issues - %p.light List all issues from all projects you have access to. -%hr .append-bottom-20 .pull-right |