remove trailing white-spaces from app/views/custom_fields/edit.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7263 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
667e98a954
commit
4397dc1ce7
|
@ -1,4 +1,4 @@
|
|||
<h2><%= link_to l(:label_custom_field_plural), :controller => 'custom_fields', :action => 'index' %>
|
||||
<h2><%= link_to l(:label_custom_field_plural), :controller => 'custom_fields', :action => 'index' %>
|
||||
» <%= link_to l(@custom_field.type_name), :controller => 'custom_fields', :action => 'index', :tab => @custom_field.class.name %>
|
||||
» <%=h @custom_field.name %></h2>
|
||||
|
||||
|
|
Loading…
Reference in New Issue