diff options
author | randx <dmitriy.zaporozhets@gmail.com> | 2012-08-20 22:51:37 +0300 |
---|---|---|
committer | randx <dmitriy.zaporozhets@gmail.com> | 2012-08-20 22:51:37 +0300 |
commit | b2b88b2ff2a3044efa259d06c630dc903d0851bd (patch) | |
tree | 22161676b047420de9f2b6352f1374bb1e635f01 /app/views | |
parent | ccdea8b80dc3b7642c5d99e8f5dc8e80ed1e19c2 (diff) | |
download | gitlab-ce-b2b88b2ff2a3044efa259d06c630dc903d0851bd.tar.gz |
Added font for head panel. Major restyle for header
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/layouts/_head.html.haml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/layouts/_head.html.haml b/app/views/layouts/_head.html.haml index 3a2586a3d38..c076a3a1b45 100644 --- a/app/views/layouts/_head.html.haml +++ b/app/views/layouts/_head.html.haml @@ -6,7 +6,6 @@ = favicon_link_tag 'favicon.ico' = stylesheet_link_tag "application" = javascript_include_tag "application" - -# Atom feed - if controller_name == 'projects' && action_name == 'index' = auto_discovery_link_tag :atom, projects_url(:atom, private_token: current_user.private_token), title: "Dashboard feed" |