summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorrandx <dmitriy.zaporozhets@gmail.com>2012-08-20 22:51:37 +0300
committerrandx <dmitriy.zaporozhets@gmail.com>2012-08-20 22:51:37 +0300
commitb2b88b2ff2a3044efa259d06c630dc903d0851bd (patch)
tree22161676b047420de9f2b6352f1374bb1e635f01 /app/views
parentccdea8b80dc3b7642c5d99e8f5dc8e80ed1e19c2 (diff)
downloadgitlab-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.haml1
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"