format :html do # view :last_action, perms: :none, cache: :never do # _render_last_action_verb # end def wrap_list list "\n" end def wrap_list_item item "
  • #{item}
  • \n" end def wrap_subedit_item "
  • #{yield}
  • \n" end end