36 lines
579 B
Plaintext
36 lines
579 B
Plaintext
|
<p id="notice"><%= notice %></p>
|
||
|
|
||
|
<p>
|
||
|
<b>Contest:</b>
|
||
|
<%= @contestnotification.contest_id %>
|
||
|
</p>
|
||
|
|
||
|
<p>
|
||
|
<b>Title:</b>
|
||
|
<%= @contestnotification.title %>
|
||
|
</p>
|
||
|
|
||
|
<p>
|
||
|
<b>Summary:</b>
|
||
|
<%= @contestnotification.summary %>
|
||
|
</p>
|
||
|
|
||
|
<p>
|
||
|
<b>Description:</b>
|
||
|
<%= @contestnotification.description %>
|
||
|
</p>
|
||
|
|
||
|
<p>
|
||
|
<b>Author:</b>
|
||
|
<%= @contestnotification.author_id %>
|
||
|
</p>
|
||
|
|
||
|
<p>
|
||
|
<b>Comments count:</b>
|
||
|
<%= @contestnotification.comments_count %>
|
||
|
</p>
|
||
|
|
||
|
|
||
|
<%= link_to 'Edit', edit_contestnotification_path(@contestnotification) %> |
|
||
|
<%= link_to 'Back', contestnotifications_path %>
|