Add interface to create and update user accounts
This commit is contained in:
parent
5c89cf1501
commit
5f3713aecd
11 changed files with 100 additions and 1 deletions
8
app/views/users/index.html.haml
Normal file
8
app/views/users/index.html.haml
Normal file
|
@ -0,0 +1,8 @@
|
|||
%h1 Konten
|
||||
- for user in @users
|
||||
%li
|
||||
= link_to user.email, user_path(user)
|
||||
%br
|
||||
= link_to 'Neues Konto', new_user_url
|
||||
|
|
||||
= link_to 'Zurück', suppliers_path
|
Loading…
Add table
Add a link
Reference in a new issue