LoginSignup
1
1

More than 5 years have passed since last update.

chanko でラッパーのdivを出力しない方法

Last updated at Posted at 2016-11-24

インライン要素を出したい時とか、head内に出したい時とか、標準で出力される <div class="unit unit~~"> が邪魔だったので出力しないで済む方法がないか探したところ、 :type:plain を設定すれば良い模様。

  • :type => :plain ラッパー出力しない
  • :type => :inline ラッパーをspanタグで出力する
# :type => :plain renders the view without any wrapper
# :type => :inline renders the view with a span element wrapper
# default is a div
invoke(:sample, :some_method, :type => :plain)
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1