|
|
@ -12,8 +12,7 @@
|
|
|
|
<%= user.nil? ? '' : (image_tag(url_to_avatar(user), :width => 32, :height => 32)) %>
|
|
|
|
<%= user.nil? ? '' : (image_tag(url_to_avatar(user), :width => 32, :height => 32)) %>
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
|
<span class="fl ml10 c_grey"><%= l(:label_username)%></span>
|
|
|
|
<span class="fl ml10 c_grey"><%= l(:label_username)%></span>
|
|
|
|
<%= link_to_user(user) %>
|
|
|
|
<%= link_to(user.name, user_path(user),:class => "ml10 c_blue02") %>
|
|
|
|
|
|
|
|
|
|
|
|
<span class="fr c_grey"><%= format_date(user.created_on) %></span>
|
|
|
|
<span class="fr c_grey"><%= format_date(user.created_on) %></span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="cl"></div>
|
|
|
|
<div class="cl"></div>
|
|
|
|