content.css -> content.css.erb
This commit is contained in:
parent
2cdb5a756d
commit
4f38074932
|
@ -23,7 +23,7 @@ body{
|
||||||
width:100%;
|
width:100%;
|
||||||
}
|
}
|
||||||
#panel_header{
|
#panel_header{
|
||||||
background:url(../images/bar_bg.png) repeat-x 0 0;
|
background:url(<%= asset_path 'bar_bg.png' %>) repeat-x 0 0;
|
||||||
font-size:12px;
|
font-size:12px;
|
||||||
height:41px;
|
height:41px;
|
||||||
}
|
}
|
||||||
|
@ -73,7 +73,7 @@ body{
|
||||||
color:#ececec;
|
color:#ececec;
|
||||||
}
|
}
|
||||||
#panel_sidebar ul{
|
#panel_sidebar ul{
|
||||||
background: url("../images/tree_list.png") repeat scroll 0 0 transparent;
|
background: url(<%= asset_path 'tree_list.png' %>) repeat scroll 0 0 transparent;
|
||||||
}
|
}
|
||||||
#panel_sidebar li{
|
#panel_sidebar li{
|
||||||
font-size: 12px;
|
font-size: 12px;
|
|
@ -8,6 +8,9 @@
|
||||||
<%= stylesheet_link_tag "content", :media => "screen, projection" %>
|
<%= stylesheet_link_tag "content", :media => "screen, projection" %>
|
||||||
<%#= javascript_include_tag :ckeditor %>
|
<%#= javascript_include_tag :ckeditor %>
|
||||||
|
|
||||||
|
<%= stylesheet_link_tag "application" %>
|
||||||
|
<%= javascript_include_tag "application" %>
|
||||||
|
|
||||||
<%#= javascript_include_tag "jquery", "jquery-ui", "rails", "easy", "application", :cache => 'all' %>
|
<%#= javascript_include_tag "jquery", "jquery-ui", "rails", "easy", "application", :cache => 'all' %>
|
||||||
<%= yield :page_specific_javascript %>
|
<%= yield :page_specific_javascript %>
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
|
|
Reference in New Issue