mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-05-09 03:48:10 +08:00
4 lines
90 B
Plaintext
4 lines
90 B
Plaintext
<% object.tags(:note).each do |tag| %>
|
|
<%= indent(wrap("Note: #{tag.text}")) %>
|
|
|
|
<% end %> |