@ -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">
|
<div id="users">
|
||||||
<% if users_results.size > 0 %>
|
<% if users_results.size > 0 %>
|
||||||
<hr />
|
<hr />
|
||||||
<h3>Users:</h3>
|
<% users_results.each do |user| %>
|
||||||
|
<p class="font_description2">
|
||||||
<% users_results.each do |user| %>
|
<strong><%= l(:label_username) %><%= link_to ("#{user.firstname+user.lastname}"),
|
||||||
<li>
|
:controller => "users",:action => "show",:id => user.id%></strong>
|
||||||
<%= l(:label_username) %><%= link_to ("#{user.firstname+user.lastname}"),
|
<br />
|
||||||
:controller => "users",:action => "show",:id => user.id%>
|
<strong><%= l(:label_tags_user_mail) %></strong><%= mail_to(h(user.mail)) %>
|
||||||
<br />
|
</p>
|
||||||
<%= l(:label_tags_user_mail) %><%= mail_to(h(user.mail)) %>
|
<div class="line_under"></div>
|
||||||
</li>
|
<% end %>
|
||||||
<% end %>
|
<% end %>
|
||||||
<% end %>
|
|
||||||
</div>
|
</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 |