Sha256: b32b66d1a3bcb3f38deceded75c6b9b7d17927b08e6b60086f2456d2d8f659dd

Contents?: true

Size: 281 Bytes

Versions: 29

Compression:

Stored size: 281 Bytes

Contents

format :html do
  # view :last_action, perms: :none, cache: :never do
  #   _render_last_action_verb
  # end

  def wrap_list list
    "<ul>#{list}</ul>\n"
  end

  def wrap_list_item item
    "<li>#{item}</li>\n"
  end

  def wrap_subedit_item
    "<li>#{yield}</li>\n"
  end
end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
card-mod-follow-0.11.7 set/all/notify/html_views.rb
card-mod-follow-0.12.0 set/all/notify/html_views.rb
card-mod-follow-0.11.6 set/all/notify/html_views.rb
card-mod-follow-0.11.5 set/all/notify/html_views.rb
card-mod-follow-0.11.4 set/all/notify/html_views.rb
card-mod-follow-0.11.3 set/all/notify/html_views.rb
card-mod-follow-0.11.2 set/all/notify/html_views.rb
card-mod-follow-0.11.1 set/all/notify/html_views.rb
card-mod-follow-0.11.0 set/all/notify/html_views.rb