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