##// END OF EJS Templates
replace tabs to spaces at app/views/admin/index.html.erb...
Toshi MARUYAMA -
r7240:fa0ad36d7d48
parent child
Show More
@@ -1,8 +1,8
1 1 <h2><%=l(:label_administration)%></h2>
2 2
3 3 <div id="admin-index">
4 <%= render :partial => 'no_data' if @no_configuration_data %>
5 <%= render :partial => 'menu' %>
4 <%= render :partial => 'no_data' if @no_configuration_data %>
5 <%= render :partial => 'menu' %>
6 6 </div>
7 7
8 8 <% html_title(l(:label_administration)) -%>
General Comments 0
You need to be logged in to leave comments. Login now