Files
2012-11-29 01:23:12 +09:00

4 lines
90 B
Plaintext

<% object.tags(:note).each do |tag| %>
<%= indent(wrap("Note: #{tag.text}")) %>
<% end %>