diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-02-06 10:16:26 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-02-06 10:16:26 +0200 |
commit | eb272227c30ab9ed428910ce13b153290dc38c85 (patch) | |
tree | 1710c689608ddaec5900e53664e4b11d20e5915e /app/views/groups/edit.html.haml | |
parent | f99ee99f6530cfab85c67d01832eb76ba5f85fa3 (diff) | |
download | gitlab-ce-eb272227c30ab9ed428910ce13b153290dc38c85.tar.gz |
Add icons and better names to Project/Group nav
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/groups/edit.html.haml')
-rw-r--r-- | app/views/groups/edit.html.haml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app/views/groups/edit.html.haml b/app/views/groups/edit.html.haml index e274a799674..f14fe923402 100644 --- a/app/views/groups/edit.html.haml +++ b/app/views/groups/edit.html.haml @@ -4,13 +4,15 @@ %li.active = link_to '#tab-edit', 'data-toggle' => 'tab' do %i.icon-edit - Edit Group + Group %li = link_to '#tab-projects', 'data-toggle' => 'tab' do %i.icon-folder-close Projects %li - = link_to 'Remove', '#tab-remove', 'data-toggle' => 'tab' + = link_to '#tab-remove', 'data-toggle' => 'tab' do + %i.icon-remove-sign + Remove .col-md-10 .tab-content |