username in login bar now linked
This commit is contained in:
parent
d10ab2615f
commit
cf6ca7d9cb
1 changed files with 3 additions and 2 deletions
|
@ -28,7 +28,8 @@
|
||||||
|
|
||||||
#userbar
|
#userbar
|
||||||
- if user_signed_in?
|
- if user_signed_in?
|
||||||
== Hey, #{current_user.name}!
|
%span
|
||||||
|
== Hey, #{link_to current_user.name, user_contributions_path(current_user)}!
|
||||||
== You have #{current_user.points} points.
|
== You have #{current_user.points} points.
|
||||||
= link_to 'Log out', logout_path
|
= link_to 'Log out', logout_path
|
||||||
- else
|
- else
|
||||||
|
|
Loading…
Reference in a new issue