diff --git a/app/views/tags/_show_contests.html.erb b/app/views/tags/_show_contests.html.erb new file mode 100644 index 00000000..79c75652 --- /dev/null +++ b/app/views/tags/_show_contests.html.erb @@ -0,0 +1,15 @@ +
+ <%= l(:label_tags_contest) %>:<%= link_to "#{contest.name}",
+ :controller => "contests",:action => "show",:id => contest.id %>
+
+ <%= l(:label_tags_contest_description) %>:<%= contest.description %>
+ <%= contest.updated_on %>
+