mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-15 09:21:25 +00:00
7 lines
258 B
Text
7 lines
258 B
Text
<h4>
|
|
<%= h @user.firstname %> "<%= h @user.username %>" <%= h @user.lastname %>
|
|
</h4>
|
|
(<%= time_ago_in_words(Time.now - ((Time.now - gatherer.user.lastvisit.to_time).round).seconds, true) %> )
|
|
<p>
|
|
<%= if @user.team then namelink @user.team end %>
|
|
</p>
|