diff options
author | Dmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com> | 2012-01-12 09:28:57 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com> | 2012-01-12 09:28:57 +0200 |
commit | 0ba081947deaf773fbc3d62186669c0e9a91e105 (patch) | |
tree | 2da9031b84ede59921855461b0181a9ded4ab04e /app/views/layouts/project.html.haml | |
parent | 74632d6aec4cb8c1ffc34bbecae343779ebdf87b (diff) | |
download | gitlab-ce-0ba081947deaf773fbc3d62186669c0e9a91e105.tar.gz |
prototype styled. home button added
Diffstat (limited to 'app/views/layouts/project.html.haml')
-rw-r--r-- | app/views/layouts/project.html.haml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/layouts/project.html.haml b/app/views/layouts/project.html.haml index 589041be91a..0cdf62f3609 100644 --- a/app/views/layouts/project.html.haml +++ b/app/views/layouts/project.html.haml @@ -24,8 +24,7 @@ .fixed %aside = link_to project_path(@project), :class => project_tab_class do - = image_tag "Home-UI.PNG", :width => 26 - %span{ :class => "number" } Pr + Project = link_to "Repository", project_repository_path(@project), :class => repository_tab_class = link_to "Tree", tree_project_ref_path(@project, @project.root_ref), :class => tree_tab_class |