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