##// END OF EJS Templates
replace tabs to spaces at app/views/layouts/admin.html.erb...
Toshi MARUYAMA -
r7214:f9fb1988f503
parent child
Show More
@@ -1,8 +1,8
1 1 <% unless controller_name == 'admin' && action_name == 'index' %>
2 <% content_for :sidebar do %>
3 <h3><%=l(:label_administration)%></h3>
4 <%= render :partial => 'admin/menu' %>
5 <% end %>
2 <% content_for :sidebar do %>
3 <h3><%=l(:label_administration)%></h3>
4 <%= render :partial => 'admin/menu' %>
5 <% end %>
6 6 <% end %>
7 7
8 8 <%= render :file => "layouts/base" %>
General Comments 0
You need to be logged in to leave comments. Login now