Commit 5dc92059d8673f7c67ea41e5afd522cd93cfbbaa
- Diff rendering mode:
- inline
- side by side
|   | |||
| 2 | 2 | = @post.title | |
| 3 | 3 | ||
| 4 | 4 | %div.post | |
| 5 | %span.date= link_to @post.created_at.to_date.to_s(:db), post_path(@post) | ||
| 5 | 6 | %h1.name= link_to h(@post.title), post_path(@post) | |
| 6 | 7 | = render :partial => 'layouts/control', :locals => {:post => @post} | |
| 7 | 8 |

