Sha256: df71d85d782adfa0474ce986d59b5e86b1b86fb1b4bfacdfb209c762d5281f4b

Contents?: true

Size: 505 Bytes

Versions: 21

Compression:

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

21 entries across 21 versions & 1 rubygems

Version Path
bhf-1.0.0.beta16 app/views/layouts/bhf/quick_edit.haml
bhf-1.0.0.beta15 app/views/layouts/bhf/quick_edit.haml
bhf-1.0.0.beta14 app/views/layouts/bhf/quick_edit.haml
bhf-1.0.0.beta13 app/views/layouts/bhf/quick_edit.haml
bhf-1.0.0.beta12 app/views/layouts/bhf/quick_edit.haml
bhf-1.0.0.beta11 app/views/layouts/bhf/quick_edit.haml
bhf-1.0.0.beta10 app/views/layouts/bhf/quick_edit.haml
bhf-1.0.0.beta9 app/views/layouts/bhf/quick_edit.haml
bhf-1.0.0.beta8 app/views/layouts/bhf/quick_edit.haml
bhf-1.0.0.beta7 app/views/layouts/bhf/quick_edit.haml
bhf-1.0.0.beta6 app/views/layouts/bhf/quick_edit.haml
bhf-1.0.0.beta5 app/views/layouts/bhf/quick_edit.haml
bhf-1.0.0.beta4 app/views/layouts/bhf/quick_edit.haml
bhf-1.0.0.beta3 app/views/layouts/bhf/quick_edit.haml
bhf-1.0.0.beta2 app/views/layouts/bhf/quick_edit.haml
bhf-1.0.0.beta1 app/views/layouts/bhf/quick_edit.haml
bhf-0.10.17 app/views/layouts/bhf/quick_edit.haml
bhf-0.10.16 app/views/layouts/bhf/quick_edit.haml
bhf-0.10.15 app/views/layouts/bhf/quick_edit.haml
bhf-0.10.14 app/views/layouts/bhf/quick_edit.haml