Remove the confirmation button from the manager
This commit is contained in:
parent
e2f031d90e
commit
6bc1a8cb71
3 changed files with 0 additions and 9 deletions
|
@ -35,7 +35,6 @@ as well as a link to its edit page.
|
|||
<div>
|
||||
<% if !user.confirmed? %>
|
||||
<%= link_to('Renvoyer l’email de confirmation', [:resend_confirmation_instructions, namespace, page.resource], method: :post, class: 'button') %>
|
||||
<%= link_to('Confirmer l’email', confirm_manager_user_path(user), method: :post, class: 'button') %>
|
||||
<% end %>
|
||||
<div>
|
||||
</header>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue