|
|
|
@ -4,7 +4,7 @@
|
|
|
|
|
<% 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>
|
|
|
|
|
:controller => "contests",:action => "show_contest",:id => contest.id %></strong>
|
|
|
|
|
<br />
|
|
|
|
|
<strong><%= l(:label_tags_contest_description) %>:</strong><%= contest.description %>
|
|
|
|
|
<%= contest.updated_on %>
|
|
|
|
|