Admin area -> user form
This commit is contained in:
parent
f13bccc14b
commit
6ff0652e9e
6 changed files with 73 additions and 63 deletions
|
@ -35,11 +35,13 @@
|
|||
%h3 Latest projects
|
||||
%hr
|
||||
- @projects.each do |project|
|
||||
%h5
|
||||
%p
|
||||
= link_to project.name, [:admin, project]
|
||||
.span6
|
||||
%h3 Latest users
|
||||
%hr
|
||||
- @users.each do |user|
|
||||
%h5
|
||||
= link_to user.name, [:admin, user]
|
||||
%p
|
||||
= link_to [:admin, user] do
|
||||
= user.name
|
||||
%small= user.email
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue