diff options
author | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-05-03 15:29:11 -0500 |
---|---|---|
committer | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-05-03 15:29:11 -0500 |
commit | 21ccf89685bceee2b502a9e6a9fbb55310e02ebc (patch) | |
tree | 200f64aadc476a6bee98d2569a8b11c8bed94765 /app/views/groups/show.html.haml | |
parent | f53557a4faa02c4596d16819c4b5c7783829677a (diff) | |
download | gitlab-ce-21ccf89685bceee2b502a9e6a9fbb55310e02ebc.tar.gz |
Redesign profile page and group page mobile navigation
Diffstat (limited to 'app/views/groups/show.html.haml')
-rw-r--r-- | app/views/groups/show.html.haml | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/app/views/groups/show.html.haml b/app/views/groups/show.html.haml index ffce7b1fc48..8c23a4ed1a4 100644 --- a/app/views/groups/show.html.haml +++ b/app/views/groups/show.html.haml @@ -8,12 +8,16 @@ .container-fluid = link_to group_icon(@group), target: '_blank' do = image_tag group_icon(@group), class: "avatar group-avatar s90" - .cover-title - %h1 @#{@group.path} + .group-info + .cover-title + %h1 + @#{@group.path} + %span.visibility-icon.has-tooltip{ data: { container: 'body' }, title: visibility_icon_description(@group) } + = visibility_level_icon(@group.visibility_level, fw: false) - - if @group.description.present? - .cover-desc.description - = markdown(@group.description, pipeline: :description) + - if @group.description.present? + .cover-desc.description + = markdown(@group.description, pipeline: :description) %div{ class: container_class } .top-area |