Commit 08c2d0f72e04b06c08e88a483a10054645f0b912
- Date: Wed Apr 16 06:59:46 +0000 2008
- Committer: Slurry (socialface@gmail.com)
- Author: Slurry (socialface@gmail.com)
- Commit SHA1: 08c2d0f72e04b06c08e88a483a10054645f0b912
- Tree SHA1: 46aa10bc4b5e012e9e43c655de9563694bf326eb
Commit diff
- Diff rendering mode:
- inline
- side by side
app/views/shared/_post.html.erb
|   | ||
| 1 | ||
| 1 | <div id="post-<%= post.id %>" class="post"> | |
| 2 | 2 | <p class="body"><%= h( post.body ) %></p> |
| 3 | 3 | <p class="created"><%= relative_date( post.created_at ) %></p> |
| 4 | 4 | </div> |
| toggle raw diff | ||
