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.8.0 app/views/layouts/bhf/quick_edit.haml
bhf-0.7.16 app/views/layouts/bhf/quick_edit.haml
bhf-0.7.15 app/views/layouts/bhf/quick_edit.haml