app port from old version
This commit is contained in:
5
app/views/users/index.haml
Normal file
5
app/views/users/index.haml
Normal file
@ -0,0 +1,5 @@
|
||||
%h1 Users
|
||||
|
||||
%ul
|
||||
- @users.each do |user|
|
||||
%li= user.name
|
Reference in New Issue
Block a user