diff --git a/app/views/profile_roles/index.html.erb b/app/views/profile_roles/index.html.erb index e54ce47..aeb4369 100644 --- a/app/views/profile_roles/index.html.erb +++ b/app/views/profile_roles/index.html.erb @@ -13,7 +13,7 @@ <%= button_without_text :edit, _('Edit'), :action => 'edit', :id => role %> <%= button_without_text :delete, _('Delete'), :action => 'destroy', :id => role %> - <%= button_without_text :delete, _('Assign'), :action => 'assign', :id => role %> + <%= button_without_text 'vertical-toggle', _('Assign'), :action => 'assign', :id => role %> <% end %> -- libgit2 0.21.2