summaryrefslogtreecommitdiff
path: root/users/app/views/users/_user.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'users/app/views/users/_user.html.haml')
-rw-r--r--users/app/views/users/_user.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/app/views/users/_user.html.haml b/users/app/views/users/_user.html.haml
index 7db0041..ca03d34 100644
--- a/users/app/views/users/_user.html.haml
+++ b/users/app/views/users/_user.html.haml
@@ -1,5 +1,5 @@
%tr
- %td= user.login
+ %td= link_to user.login, user
%td= time_ago_in_words(user.created_at) + " ago"
%td
= link_to edit_user_path(user), :class => "btn btn-mini btn-primary" do