remove trailing white-spaces from app/views/issues/_edit.html.erb

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7244 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-09-15 09:28:10 +00:00
parent 81f66f24d7
commit 4a1550331a

View File

@ -31,19 +31,19 @@
<% end %> <% end %>
</fieldset> </fieldset>
<% end %> <% end %>
<fieldset><legend><%= l(:field_notes) %></legend> <fieldset><legend><%= l(:field_notes) %></legend>
<%= text_area_tag 'notes', @notes, :cols => 60, :rows => 10, :class => 'wiki-edit' %> <%= text_area_tag 'notes', @notes, :cols => 60, :rows => 10, :class => 'wiki-edit' %>
<%= wikitoolbar_for 'notes' %> <%= wikitoolbar_for 'notes' %>
<%= call_hook(:view_issues_edit_notes_bottom, { :issue => @issue, :notes => @notes, :form => f }) %> <%= call_hook(:view_issues_edit_notes_bottom, { :issue => @issue, :notes => @notes, :form => f }) %>
<p><%=l(:label_attachment_plural)%><br /><%= render :partial => 'attachments/form' %></p> <p><%=l(:label_attachment_plural)%><br /><%= render :partial => 'attachments/form' %></p>
</fieldset> </fieldset>
</div> </div>
<%= f.hidden_field :lock_version %> <%= f.hidden_field :lock_version %>
<%= submit_tag l(:button_submit) %> <%= submit_tag l(:button_submit) %>
<%= link_to_remote l(:label_preview), <%= link_to_remote l(:label_preview),
{ :url => preview_issue_path(:project_id => @project, :id => @issue), { :url => preview_issue_path(:project_id => @project, :id => @issue),
:method => 'post', :method => 'post',
:update => 'preview', :update => 'preview',