c2 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/app/views/layouts/c2.html.haml +1 -1
- metadata +3 -3
@@ -3,7 +3,7 @@
|
|
3
3
|
%title= params[:controller].split('/').map(&:titleize).join(' ')
|
4
4
|
= csrf_meta_tag
|
5
5
|
|
6
|
-
%link{ :rel => 'stylesheet', :href => '/stylesheets/
|
6
|
+
%link{ :rel => 'stylesheet', :href => '/stylesheets/c2.css', :type => 'text/css', :media => 'screen', :charset => 'utf-8' }
|
7
7
|
%script{:src => '/javascripts/c2/lib/Sexy.min.js', :type => 'text/javascript'}
|
8
8
|
|
9
9
|
= yield :head
|
metadata
CHANGED