app/views/notes/_note.html.erb in trollied-0.1.0 vs app/views/notes/_note.html.erb in trollied-0.1.1
- old
+ new
@@ -1,4 +1,6 @@
<li class="note-body">
<%= link_to_profile_for(note.user) -%> <%= t '.said' -%>
- <%= note.body -%>
+ <blockquote>
+ <%= note.body -%>
+ </blockquote>
</li>