Merge pull request #30 from davidmatas/master

Add support for utf-8 encoding
This commit is contained in:
Tomasz Gieniusz 2014-04-06 14:45:53 +02:00
commit 355e6cf385

View file

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