##// END OF EJS Templates
replace tabs to spaces and code cleanup at app/views/issues/bulk_edit.html.erb...
Toshi MARUYAMA -
r11402:544bbba046f2
parent child
Show More
@@ -125,26 +125,26
125 125 </p>
126 126 <% end %>
127 127 </div>
128
129 128 </fieldset>
130 129
131 <fieldset><legend><%= l(:field_notes) %></legend>
130 <fieldset>
131 <legend><%= l(:field_notes) %></legend>
132 132 <%= text_area_tag 'notes', @notes, :cols => 60, :rows => 10, :class => 'wiki-edit' %>
133 133 <%= wikitoolbar_for 'notes' %>
134 134 </fieldset>
135 135 </div>
136 136
137 137 <p>
138 <% if @copy %>
139 <%= hidden_field_tag 'copy', '1' %>
140 <%= submit_tag l(:button_copy) %>
141 <%= submit_tag l(:button_copy_and_follow), :name => 'follow' %>
142 <% elsif @target_project %>
143 <%= submit_tag l(:button_move) %>
144 <%= submit_tag l(:button_move_and_follow), :name => 'follow' %>
145 <% else %>
146 <%= submit_tag l(:button_submit) %>
147 <% end %>
138 <% if @copy %>
139 <%= hidden_field_tag 'copy', '1' %>
140 <%= submit_tag l(:button_copy) %>
141 <%= submit_tag l(:button_copy_and_follow), :name => 'follow' %>
142 <% elsif @target_project %>
143 <%= submit_tag l(:button_move) %>
144 <%= submit_tag l(:button_move_and_follow), :name => 'follow' %>
145 <% else %>
146 <%= submit_tag l(:button_submit) %>
147 <% end %>
148 148 </p>
149 149
150 150 <% end %>
General Comments 0
You need to be logged in to leave comments. Login now