Add utf-8 encoding to layout template

This commit is contained in:
David Matas 2013-12-19 14:41:24 +01:00
parent 47788e1012
commit 70b6dbc985
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
%html
%head
%title= "GitStats - #{repo.project_name}"
%meta{:charset => "utf-8"}
%link{:rel => "stylesheet", :href => asset_path('bootstrap/css/bootstrap.min.css', active_page), :type => "text/css"}
%style
:plain