parent
3a5b5bc0ce
commit
1a6a20e761
@ -0,0 +1,15 @@
|
|||||||
|
<div id="issues">
|
||||||
|
<% if contests_results.size > 0 %>
|
||||||
|
<hr />
|
||||||
|
<% contests_results.each do |contest| %>
|
||||||
|
<p class="font_description2">
|
||||||
|
<strong><%= l(:label_tags_contest) %>:<%= link_to "#{contest.name}",
|
||||||
|
:controller => "contests",:action => "show",:id => contest.id %></strong>
|
||||||
|
<br />
|
||||||
|
<strong><%= l(:label_tags_contest_description) %>:</strong><%= contest.description %>
|
||||||
|
<%= contest.updated_on %>
|
||||||
|
</p>
|
||||||
|
<div class="line_under"></div>
|
||||||
|
<% end %>
|
||||||
|
<% end %>
|
||||||
|
</div>
|
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 361 B |
Loading…
Reference in new issue