Sha256: f9989b30322a2073fc7dbe23766e38ffb4cf1abe5d2666128dc06e89e44ced0e

Contents?: true

Size: 444 Bytes

Versions: 3

Compression:

Stored size: 444 Bytes

Contents

#local-actions-bottom-bar
  .span-12
    %p
      - if defined?(back_url)
        = link_to escape_once('← ') + t('.back'), back_url
      - elsif defined?(delete_button)
        = delete_button
       

  .span-12.last
    %p
      = submit_tag button_label.is_a?(Symbol) ? t(".#{button_label}") : button_label, :disable_with => t('.disable_with'), :'data-sending-form-message' => t('locomotive.messages.sending_form')

  .clear

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
locomotive_cms-2.0.0.rc7 app/views/locomotive/shared/_form_actions.html.haml
locomotive_cms-2.0.0.rc6 app/views/locomotive/shared/_form_actions.html.haml
locomotive_cms-2.0.0.rc5 app/views/locomotive/shared/_form_actions.html.haml