Sha256: c90015a8e33f892326cea4140344796aa058d69701bc7e44eaf6237004e2d700

Contents?: true

Size: 239 Bytes

Versions: 28

Compression:

Stored size: 239 Bytes

Contents

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

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

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
alchemy_cms-6.0.14 app/views/alchemy/ingredients/_headline_view.html.erb
alchemy_cms-6.0.13 app/views/alchemy/ingredients/_headline_view.html.erb
alchemy_cms-6.0.12 app/views/alchemy/ingredients/_headline_view.html.erb
alchemy_cms-6.0.11 app/views/alchemy/ingredients/_headline_view.html.erb
alchemy_cms-6.0.10 app/views/alchemy/ingredients/_headline_view.html.erb
alchemy_cms-6.0.9 app/views/alchemy/ingredients/_headline_view.html.erb
alchemy_cms-6.0.8 app/views/alchemy/ingredients/_headline_view.html.erb
alchemy_cms-6.0.7 app/views/alchemy/ingredients/_headline_view.html.erb
alchemy_cms-6.0.6 app/views/alchemy/ingredients/_headline_view.html.erb
alchemy_cms-6.0.5 app/views/alchemy/ingredients/_headline_view.html.erb
alchemy_cms-6.0.4 app/views/alchemy/ingredients/_headline_view.html.erb
alchemy_cms-6.0.3 app/views/alchemy/ingredients/_headline_view.html.erb
alchemy_cms-6.0.2 app/views/alchemy/ingredients/_headline_view.html.erb
alchemy_cms-6.0.1 app/views/alchemy/ingredients/_headline_view.html.erb
alchemy_cms-6.0.0 app/views/alchemy/ingredients/_headline_view.html.erb
alchemy_cms-6.0.0.pre.rc7 app/views/alchemy/ingredients/_headline_view.html.erb
alchemy_cms-6.0.0.pre.rc6 app/views/alchemy/ingredients/_headline_view.html.erb
alchemy_cms-6.0.0.pre.rc5 app/views/alchemy/ingredients/_headline_view.html.erb
alchemy_cms-6.0.0.pre.rc4 app/views/alchemy/ingredients/_headline_view.html.erb
alchemy_cms-6.0.0.pre.rc3 app/views/alchemy/ingredients/_headline_view.html.erb