Module: Card::Set::All::Notify::HtmlViews::HtmlFormat
- Extended by:
- Card::Set::AbstractFormat
- Defined in:
- tmpsets/set/mod017-follow/all/notify/html_views.rb
Instance Method Summary collapse
Instance Method Details
#wrap_list(list) ⇒ Object
13 14 15 |
# File 'tmpsets/set/mod017-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 'tmpsets/set/mod017-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 'tmpsets/set/mod017-follow/all/notify/html_views.rb', line 21 def wrap_subedit_item "<li>#{yield}</li>\n" end |