Module: Card::Set::All::Notify::HtmlViews::HtmlFormat
- Extended by:
- Card::Set::AbstractFormat
- Defined in:
- platypus/tmp/set/gem-defaults/mod028-follow/all/notify/html_views.rb
Instance Method Summary collapse
-
#wrap_list(list) ⇒ Object
view :last_action, perms: :none, cache: :never do _render_last_action_verb end.
-
#wrap_list_item(item) ⇒ Object
-
#wrap_subedit_item ⇒ Object
Instance Method Details
#wrap_list(list) ⇒ Object
view :last_action, perms: :none, cache: :never do _render_last_action_verb end
13 14 15 |
# File 'platypus/tmp/set/gem-defaults/mod028-follow/all/notify/html_views.rb', line 13 def wrap_list list "<ul>#{list}</ul>\n" end |
#wrap_list_item(item) ⇒ Object
17 18 19 |
# File 'platypus/tmp/set/gem-defaults/mod028-follow/all/notify/html_views.rb', line 17 def wrap_list_item item "<li>#{item}</li>\n" end |
#wrap_subedit_item ⇒ Object
21 22 23 |
# File 'platypus/tmp/set/gem-defaults/mod028-follow/all/notify/html_views.rb', line 21 def wrap_subedit_item "<li>#{yield}</li>\n" end |