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.18.1 set/all/notify/html_views.rb
card-mod-follow-0.18.0 set/all/notify/html_views.rb
card-mod-follow-0.17.0 set/all/notify/html_views.rb
card-mod-follow-0.16.0 set/all/notify/html_views.rb
card-mod-follow-0.15.6 set/all/notify/html_views.rb
card-mod-follow-0.15.5 set/all/notify/html_views.rb
card-mod-follow-0.15.4 set/all/notify/html_views.rb
card-mod-follow-0.15.3 set/all/notify/html_views.rb
card-mod-follow-0.15.2.pre1 set/all/notify/html_views.rb
card-mod-follow-0.15.1.1 set/all/notify/html_views.rb
card-mod-follow-0.15.1 set/all/notify/html_views.rb
card-mod-follow-0.15.0 set/all/notify/html_views.rb
card-mod-follow-0.14.2 set/all/notify/html_views.rb
card-mod-follow-0.14.1 set/all/notify/html_views.rb
card-mod-follow-0.14.0 set/all/notify/html_views.rb
card-mod-follow-0.13.4 set/all/notify/html_views.rb
card-mod-follow-0.13.3 set/all/notify/html_views.rb
card-mod-follow-0.13.2 set/all/notify/html_views.rb
card-mod-follow-0.13.1 set/all/notify/html_views.rb
card-mod-follow-0.13.0 set/all/notify/html_views.rb