Sha256: 4d479bf2b3c41528bcd115e0705dd71c3160719707e91cba604d4e9ec2deaf29

Contents?: true

Size: 278 Bytes

Versions: 12

Compression:

Stored size: 278 Bytes

Contents

<%- html_options = local_assigns.fetch(:html_options, {}) -%>

<%= content_tag "h#{headline_view.level}",
    headline_view.value,
    id: headline_view.dom_id.presence,
    class: [
      headline_view.size ? "h#{headline_view.size}" : nil,
      html_options[:class]
    ]
%>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
alchemy_cms-6.1.10 app/views/alchemy/ingredients/_headline_view.html.erb
alchemy_cms-6.1.9 app/views/alchemy/ingredients/_headline_view.html.erb
alchemy_cms-6.1.8 app/views/alchemy/ingredients/_headline_view.html.erb
alchemy_cms-6.1.7 app/views/alchemy/ingredients/_headline_view.html.erb
alchemy_cms-6.1.6 app/views/alchemy/ingredients/_headline_view.html.erb
alchemy_cms-6.1.5 app/views/alchemy/ingredients/_headline_view.html.erb
alchemy_cms-6.1.4 app/views/alchemy/ingredients/_headline_view.html.erb
alchemy_cms-7.0.0.pre.a app/views/alchemy/ingredients/_headline_view.html.erb
alchemy_cms-6.1.3 app/views/alchemy/ingredients/_headline_view.html.erb
alchemy_cms-6.1.2 app/views/alchemy/ingredients/_headline_view.html.erb
alchemy_cms-6.1.1 app/views/alchemy/ingredients/_headline_view.html.erb
alchemy_cms-6.1.0 app/views/alchemy/ingredients/_headline_view.html.erb