Commit ea4604e5 authored by Alexis Reigel's avatar Alexis Reigel

use User#to_reference for outputting the username

parent 936be35b
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
%div %div
%strong= user.name %strong= user.name
%div @#{user.username} %div= user.to_reference
- else - else
= mail_to user_email do = mail_to user_email do
%div %div
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment