diff options
author | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2016-02-15 13:13:52 -0200 |
---|---|---|
committer | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2016-02-20 12:10:26 -0200 |
commit | 1e0053f2dca63fdba18811a2194a36f828d45486 (patch) | |
tree | 914d2b8219626da077ac9ad17b9a59a813757a7a /app/views/dashboard | |
parent | 7cafa2ce923df9c034ba0b64907b4b6eb6b3c1e2 (diff) | |
download | gitlab-ce-1e0053f2dca63fdba18811a2194a36f828d45486.tar.gz |
Fix task queue list page title
Diffstat (limited to 'app/views/dashboard')
-rw-r--r-- | app/views/dashboard/tasks/index.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/dashboard/tasks/index.html.haml b/app/views/dashboard/tasks/index.html.haml index 877c69185c4..8147d017c3f 100644 --- a/app/views/dashboard/tasks/index.html.haml +++ b/app/views/dashboard/tasks/index.html.haml @@ -1,5 +1,5 @@ -- page_title "Tasks Queue" -- header_title "Tasks Queue", dashboard_tasks_path +- page_title "Task Queue" +- header_title "Task Queue", dashboard_tasks_path .top-area %ul.nav-links |