Sha256: bf186c21e292639b93e299667653f491e2326dd814cc0270a9244d96d481dd5e

Contents?: true

Size: 336 Bytes

Versions: 3

Compression:

Stored size: 336 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

  .clear

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
locomotive_cms-2.0.0.rc4 app/views/locomotive/shared/_form_actions.html.haml
locomotive_cms-2.0.0.rc2 app/views/locomotive/shared/_form_actions.html.haml
locomotive_cms-2.0.0.rc1 app/views/locomotive/shared/_form_actions.html.haml