@ -0,0 +1,13 @@
|
||||
<div id="issues">
|
||||
<% if bids_results.size > 0 %>
|
||||
<hr />
|
||||
<% bids_results.each do |bid| %>
|
||||
<p class="font_description2">
|
||||
<strong><%= l(:label_tags_bid) %>:<%= link_to "#{bid.name}",:controller => "bids",:action => "show",:id => bid.id %></strong>
|
||||
<br />
|
||||
<strong><%= l(:label_tags_bid_description) %>:</strong><%= bid.description %>
|
||||
</p>
|
||||
<div class="line_under"></div>
|
||||
<% end %>
|
||||
<% end %>
|
||||
</div>
|
@ -1,15 +1,14 @@
|
||||
<div id="users">
|
||||
<% if users_results.size > 0 %>
|
||||
<hr />
|
||||
<h3>Users:</h3>
|
||||
|
||||
<% users_results.each do |user| %>
|
||||
<li>
|
||||
<%= l(:label_username) %><%= link_to ("#{user.firstname+user.lastname}"),
|
||||
:controller => "users",:action => "show",:id => user.id%>
|
||||
<br />
|
||||
<%= l(:label_tags_user_mail) %><%= mail_to(h(user.mail)) %>
|
||||
</li>
|
||||
<% end %>
|
||||
<% end %>
|
||||
<% if users_results.size > 0 %>
|
||||
<hr />
|
||||
<% users_results.each do |user| %>
|
||||
<p class="font_description2">
|
||||
<strong><%= l(:label_username) %><%= link_to ("#{user.firstname+user.lastname}"),
|
||||
:controller => "users",:action => "show",:id => user.id%></strong>
|
||||
<br />
|
||||
<strong><%= l(:label_tags_user_mail) %></strong><%= mail_to(h(user.mail)) %>
|
||||
</p>
|
||||
<div class="line_under"></div>
|
||||
<% end %>
|
||||
<% end %>
|
||||
</div>
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 2.8 KiB |