You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
%h1 Konto bearbeiten
|
|
= @user.email
|
|
%br
|
|
%br
|
|
= link_to 'Bearbeiten', edit_user_path(@user)
|
|
|
|
|
= link_to 'Löschen', user_path(@user), data: { confirm: 'Bist du sicher?' }, :method => :delete
|
|
|
|
|
=link_to 'Zurück', users_path
|