diff options
author | George Tsiolis <tsiolis.g@gmail.com> | 2018-01-25 23:51:33 +0200 |
---|---|---|
committer | George Tsiolis <tsiolis.g@gmail.com> | 2018-02-02 19:07:24 +0200 |
commit | d87b03796e2f48050530d9f8504191417c0d03a3 (patch) | |
tree | eba24d15ac10e0fa4a7b7a6923389313897fa263 /app/views/snippets | |
parent | ab6f4ad4c738df5387dd01302622cc67f78952d7 (diff) | |
download | gitlab-ce-d87b03796e2f48050530d9f8504191417c0d03a3.tar.gz |
Improve top area navigation
- Change button group width on mobile to 100%
- Added scrolling container to activity top area secondary navigation
- Added bottom border to top-area nav-links to separate them from nav-controls
Diffstat (limited to 'app/views/snippets')
-rw-r--r-- | app/views/snippets/_snippets_scope_menu.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/snippets/_snippets_scope_menu.html.haml b/app/views/snippets/_snippets_scope_menu.html.haml index 8b6a98a054a..65aa4fbc757 100644 --- a/app/views/snippets/_snippets_scope_menu.html.haml +++ b/app/views/snippets/_snippets_scope_menu.html.haml @@ -1,7 +1,7 @@ - subject = local_assigns.fetch(:subject, current_user) - include_private = local_assigns.fetch(:include_private, false) -.nav-links.snippet-scope-menu +.nav-links.snippet-scope-menu.mobile-separator %li{ class: active_when(params[:scope].nil?) } = link_to subject_snippets_path(subject) do All |