Show More
Commit Description:
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
Commit Description:
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@359 6386c4cd-e34a-4fa8-8920-d93eb39b512e
File last commit:
Show/Diff file:
Action:
app/views/announcements/show.html.erb | 27 lines | 432 B | text/plain | TextLexer |
<p>
<b>Author:</b>
<%=h @announcement.author %>
</p>
<p>
<b>Body:</b>
<%=h @announcement.body %>
</p>
<p>
<b>Published:</b>
<%=h @announcement.published %>
</p>
<p>
<b>Show on front page:</b>
<%=h @announcement.frontpage %>
</p>
<p>
<b>Show only in contest:</b>
<%=h @announcement.contest_only %>
</p>
<%= link_to 'Edit', edit_announcement_path(@announcement) %> |
<%= link_to 'Back', announcements_path %>