|
|
@ -2,7 +2,7 @@
|
|
|
|
<% if users_results.try(:size).to_i > 0 %>
|
|
|
|
<% if users_results.try(:size).to_i > 0 %>
|
|
|
|
<hr />
|
|
|
|
<hr />
|
|
|
|
<% users_results.each do |user| %>
|
|
|
|
<% users_results.each do |user| %>
|
|
|
|
<p class="font_description2">
|
|
|
|
<p class="font_description2" style="padding: 10px 5px">
|
|
|
|
<strong><%= l(:label_tags_user_name) %><%= link_to ("#{user.name}"),
|
|
|
|
<strong><%= l(:label_tags_user_name) %><%= link_to ("#{user.name}"),
|
|
|
|
:controller => "users",:action => "show",:id => user.id%></strong>
|
|
|
|
:controller => "users",:action => "show",:id => user.id%></strong>
|
|
|
|
<br />
|
|
|
|
<br />
|
|
|
|