Sha256: 9a1376fe85190c766809ac081adc177e7cefeb70b5ac3d73fdb1d0ad1a10560f

Contents?: true

Size: 504 Bytes

Versions: 23

Compression:

Stored size: 504 Bytes

Contents

.quick_edit_helper
  %a.alt_button.cancel= t('bhf.quick_edit.buttons.cancel')
  - unless @platform.table_hide?
    %a.alt_button.open= t('bhf.quick_edit.buttons.open')
  = yield
  .button.group
    %button.save{class: ('create' if @object.new_record?)}= @object.new_record? ? t('bhf.quick_edit.buttons.create') : t('bhf.quick_edit.buttons.save')
    - unless @object.new_record?
      %button.save_and_next.icon{title: t('bhf.quick_edit.buttons.save_and_next')}= t('bhf.quick_edit.buttons.save_and_next')

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
bhf-0.10.12 app/views/layouts/bhf/quick_edit.haml
bhf-0.10.11 app/views/layouts/bhf/quick_edit.haml
bhf-0.10.10 app/views/layouts/bhf/quick_edit.haml
bhf-0.10.9 app/views/layouts/bhf/quick_edit.haml
bhf-0.9.9 app/views/layouts/bhf/quick_edit.haml
bhf-0.9.8 app/views/layouts/bhf/quick_edit.haml
bhf-0.9.7 app/views/layouts/bhf/quick_edit.haml
bhf-0.9.6 app/views/layouts/bhf/quick_edit.haml
bhf-0.9.5 app/views/layouts/bhf/quick_edit.haml
bhf-0.9.4 app/views/layouts/bhf/quick_edit.haml
bhf-0.9.3 app/views/layouts/bhf/quick_edit.haml
bhf-0.9.2 app/views/layouts/bhf/quick_edit.haml
bhf-0.9.1 app/views/layouts/bhf/quick_edit.haml
bhf-0.9.0 app/views/layouts/bhf/quick_edit.haml
bhf-0.8.7 app/views/layouts/bhf/quick_edit.haml
bhf-0.8.6 app/views/layouts/bhf/quick_edit.haml
bhf-0.8.5 app/views/layouts/bhf/quick_edit.haml
bhf-0.8.4 app/views/layouts/bhf/quick_edit.haml
bhf-0.8.3 app/views/layouts/bhf/quick_edit.haml
bhf-0.8.2 app/views/layouts/bhf/quick_edit.haml