Commit b7b52a76661f93f875e7092a57fb9a968a1807ec

Authored by Larissa Reis
1 parent b0348f2c

Changes button order so remove button is last

plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb
... ... @@ -17,8 +17,8 @@
17 17 <td><%= access_text(form) %></td>
18 18 <td class="actions">
19 19 <%= button_without_text :edit, _('Edit'), :action => 'edit', :id => form.id %>
20   - <%= button_without_text :remove, _('Remove'), {:action => 'remove', :id => form.id}, :confirm => _('Are you sure you want to remove this form?') %>
21 20 <%= button_without_text :search, _('Pending'), :action => 'pending', :id => form.id if form.for_admission %>
  21 + <%= button_without_text :remove, _('Remove'), {:action => 'remove', :id => form.id}, :confirm => _('Are you sure you want to remove this form?') %>
22 22 </td>
23 23 </tr>
24 24 <% end %>
... ...