replace tabs to spaces and code cleanup at app/views/issues/bulk_edit.html.erb

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11632 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2013-03-15 14:57:38 +00:00
parent a97a2fec3f
commit 544bbba046
1 changed files with 12 additions and 12 deletions

View File

@ -125,26 +125,26 @@
</p> </p>
<% end %> <% end %>
</div> </div>
</fieldset> </fieldset>
<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' %>
</fieldset> </fieldset>
</div> </div>
<p> <p>
<% if @copy %> <% if @copy %>
<%= hidden_field_tag 'copy', '1' %> <%= hidden_field_tag 'copy', '1' %>
<%= submit_tag l(:button_copy) %> <%= submit_tag l(:button_copy) %>
<%= submit_tag l(:button_copy_and_follow), :name => 'follow' %> <%= submit_tag l(:button_copy_and_follow), :name => 'follow' %>
<% elsif @target_project %> <% elsif @target_project %>
<%= submit_tag l(:button_move) %> <%= submit_tag l(:button_move) %>
<%= submit_tag l(:button_move_and_follow), :name => 'follow' %> <%= submit_tag l(:button_move_and_follow), :name => 'follow' %>
<% else %> <% else %>
<%= submit_tag l(:button_submit) %> <%= submit_tag l(:button_submit) %>
<% end %> <% end %>
</p> </p>
<% end %> <% end %>