content_tag(name, content_or_options_with_block = nil, options = nil, escape = true, &block)
Instance Public methods
Returns an HTML block tag of type
name surrounding the content. Add HTML attributes by passing an attributes hash to
options. Instead of passing the content as an argument, you
can also use a block in which case, you pass your options as
the second parameter. Set escape to false to disable attribute value
escaping.
Options
The options hash is used with attributes