diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-31 11:22:06 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-31 11:22:06 +0200 |
commit | 130f60d55b13682cc4ca4cba390535dc10dbca07 (patch) | |
tree | d320fed8367000f4318f6033e6da8f589b39d0dc /app/views/layouts/group.html.haml | |
parent | 315fd7d746aebe3456d5cc87caf0416cb83ea671 (diff) | |
download | gitlab-ce-130f60d55b13682cc4ca4cba390535dc10dbca07.tar.gz |
a bit of restyling. Replace some images with icons. Simplify note form
Diffstat (limited to 'app/views/layouts/group.html.haml')
-rw-r--r-- | app/views/layouts/group.html.haml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/layouts/group.html.haml b/app/views/layouts/group.html.haml index 46bc9ef1457..4395e408649 100644 --- a/app/views/layouts/group.html.haml +++ b/app/views/layouts/group.html.haml @@ -7,7 +7,8 @@ .container %ul.main_menu = nav_link(path: 'groups#show', html_options: {class: 'home'}) do - = link_to "Home", group_path(@group), title: "Home" + = link_to group_path(@group), title: "Home" do + %i.icon-home = nav_link(path: 'groups#issues') do = link_to issues_group_path(@group) do Issues |