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