From b7b52a76661f93f875e7092a57fb9a968a1807ec Mon Sep 17 00:00:00 2001 From: Larissa Reis Date: Mon, 11 Nov 2013 11:59:23 -0300 Subject: [PATCH] Changes button order so remove button is last --- plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb b/plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb index acca2aa..603a77c 100644 --- a/plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb +++ b/plugins/custom_forms/views/custom_forms_plugin_myprofile/index.html.erb @@ -17,8 +17,8 @@ <%= access_text(form) %> <%= button_without_text :edit, _('Edit'), :action => 'edit', :id => form.id %> - <%= button_without_text :remove, _('Remove'), {:action => 'remove', :id => form.id}, :confirm => _('Are you sure you want to remove this form?') %> <%= button_without_text :search, _('Pending'), :action => 'pending', :id => form.id if form.for_admission %> + <%= button_without_text :remove, _('Remove'), {:action => 'remove', :id => form.id}, :confirm => _('Are you sure you want to remove this form?') %> <% end %> -- libgit2 0.21.2