##// END OF EJS Templates
remove trailing white-spaces from app/views/custom_fields/edit.html.erb...
Toshi MARUYAMA -
r7143:4397dc1ce731
parent child
Show More
@@ -1,4 +1,4
1 <h2><%= link_to l(:label_custom_field_plural), :controller => 'custom_fields', :action => 'index' %>
1 <h2><%= link_to l(:label_custom_field_plural), :controller => 'custom_fields', :action => 'index' %>
2 &#187; <%= link_to l(@custom_field.type_name), :controller => 'custom_fields', :action => 'index', :tab => @custom_field.class.name %>
2 &#187; <%= link_to l(@custom_field.type_name), :controller => 'custom_fields', :action => 'index', :tab => @custom_field.class.name %>
3 &#187; <%=h @custom_field.name %></h2>
3 &#187; <%=h @custom_field.name %></h2>
4
4
General Comments 0
You need to be logged in to leave comments. Login now