diff options
Diffstat (limited to 'app/views/users/show.html.erb')
| -rw-r--r-- | app/views/users/show.html.erb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb index 10c369bf4..07e747331 100644 --- a/app/views/users/show.html.erb +++ b/app/views/users/show.html.erb @@ -15,7 +15,7 @@    <ul class="actions">      <li><%= link_to t('users.actions.edit'), edit_organisation_user_path( @user), :class => "edit" %></li>      <% unless current_user.id==@user.id %> -    <li><%= link_to t('users.actions.destroy'), organisation_user_path(@user),:method => :delete, :confirm => t('users.actions.destroy_confirm'), :class => "remove" %></li> +    <li><%= link_to t('users.actions.destroy'), organisation_user_path(@user),:method => :delete, :data => {:confirm => t('users.actions.destroy_confirm')}, :class => "remove" %></li>      <% end %>    </ul>  <% end %>  | 
