Sha256: 03ec7483e2d0cf5b699c842893586de6e29cc79450704ee9a714af86ea3b286d

Contents?: true

Size: 350 Bytes

Versions: 12

Compression:

Stored size: 350 Bytes

Contents

<div class="element-footer">
  <% if element.has_validations? %>
    <p class="validation_notice">
      <span class="validation_indicator">*</span> <%= Alchemy.t('Mandatory') %>
    </p>
  <% end %>

  <button type="submit" form="element_<%= element.id %>_form" is="alchemy-button" data-turbo="false">
    <%= Alchemy.t(:save) %>
  </button>
</div>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
alchemy_cms-7.3.4 app/views/alchemy/admin/elements/_footer.html.erb
alchemy_cms-7.3.3 app/views/alchemy/admin/elements/_footer.html.erb
alchemy_cms-7.3.2 app/views/alchemy/admin/elements/_footer.html.erb
alchemy_cms-7.2.7 app/views/alchemy/admin/elements/_footer.html.erb
alchemy_cms-7.3.1 app/views/alchemy/admin/elements/_footer.html.erb
alchemy_cms-7.3.0 app/views/alchemy/admin/elements/_footer.html.erb
alchemy_cms-7.2.6 app/views/alchemy/admin/elements/_footer.html.erb
alchemy_cms-7.2.5 app/views/alchemy/admin/elements/_footer.html.erb
alchemy_cms-7.2.4 app/views/alchemy/admin/elements/_footer.html.erb
alchemy_cms-7.2.3 app/views/alchemy/admin/elements/_footer.html.erb
alchemy_cms-7.2.2 app/views/alchemy/admin/elements/_footer.html.erb
alchemy_cms-7.2.1 app/views/alchemy/admin/elements/_footer.html.erb