Show More
Commit Description:
NEED TESTING...
Commit Description:
NEED TESTING move to stronger parameter for xxx.new(params[
References:
File last commit:
Show/Diff file:
Action:
app/views/announcements/show.html.erb | 37 lines | 544 B | text/plain | TextLexer |
jittat
[web] added announcement...
r97 <p>
<b>Author:</b>
<%=h @announcement.author %>
</p>
<p>
jittat
better announcement effects...
r193 <b>Title:</b>
<%=h @announcement.title %>
</p>
<p>
Jittat Fakcharoenphol
styling announcements, added notes
r306 <b>Notes:</b>
<%=h @announcement.notes %>
</p>
<p>
jittat
[web] added announcement...
r97 <b>Body:</b>
<%=h @announcement.body %>
</p>
<p>
<b>Published:</b>
<%=h @announcement.published %>
</p>
jittat
added announcement to frontpage...
r151 <p>
<b>Show on front page:</b>
<%=h @announcement.frontpage %>
</p>
jittat
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
r162 <p>
<b>Show only in contest:</b>
<%=h @announcement.contest_only %>
</p>
jittat
[web] added announcement...
r97
<%= link_to 'Edit', edit_announcement_path(@announcement) %> |
<%= link_to 'Back', announcements_path %>