Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/shared/nav/_your_work_scope_header.html.haml')
-rw-r--r--app/views/shared/nav/_your_work_scope_header.html.haml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/shared/nav/_your_work_scope_header.html.haml b/app/views/shared/nav/_your_work_scope_header.html.haml
new file mode 100644
index 00000000000..86172fb14ed
--- /dev/null
+++ b/app/views/shared/nav/_your_work_scope_header.html.haml
@@ -0,0 +1,6 @@
+%li.context-header
+ = link_to root_url, title: _('Your work'), class: 'has-tooltip', data: { container: 'body', placement: 'right' } do
+ %span.avatar-container.icon-avatar.rect-avatar.s32
+ = sprite_icon('work', size: 18)
+ %span.sidebar-context-title
+ = _('Your work')