Show More
Commit Description:
fixed avail bug for ajax toggle...
Commit Description:
fixed avail bug for ajax toggle
git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@287 6386c4cd-e34a-4fa8-8920-d93eb39b512e
References:
File last commit:
Show/Diff file:
Action:
app/views/announcements/show.html.erb
| 18 lines
| 282 B
| text/plain
| TextLexer
|
|
r97 | <p> | ||
<b>Author:</b> | ||||
<%=h @announcement.author %> | ||||
</p> | ||||
<p> | ||||
<b>Body:</b> | ||||
<%=h @announcement.body %> | ||||
</p> | ||||
<p> | ||||
<b>Published:</b> | ||||
<%=h @announcement.published %> | ||||
</p> | ||||
<%= link_to 'Edit', edit_announcement_path(@announcement) %> | | ||||
<%= link_to 'Back', announcements_path %> | ||||