summaryrefslogtreecommitdiff
path: root/app/views/layouts/admin.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2012-01-26 09:50:11 +0200
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2012-01-26 09:50:11 +0200
commit15b1b515243dd4a871e2f28da38258cd64b713da (patch)
tree32b25009c29dacd60f0791d26894cd142f3e21d4 /app/views/layouts/admin.html.haml
parentb4cc04d7e17eeefe6d89bbb72661a43d7d9e3e2e (diff)
downloadgitlab-ce-15b1b515243dd4a871e2f28da38258cd64b713da.tar.gz
css refactoring & utf8 meta tag
Diffstat (limited to 'app/views/layouts/admin.html.haml')
-rw-r--r--app/views/layouts/admin.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/layouts/admin.html.haml b/app/views/layouts/admin.html.haml
index 2b3188056f9..72b6222f5c2 100644
--- a/app/views/layouts/admin.html.haml
+++ b/app/views/layouts/admin.html.haml
@@ -1,6 +1,7 @@
!!!
%html
%head
+ %meta{:charset => "utf-8"}
%title
GitLab #{" - #{@project.name}" if @project && !@project.new_record?}
= favicon_link_tag 'favicon.ico'