Sha256: 5c296b73c19d02fb94aa76e27320c7330367f4c3174d12da919f322ac76ab3b2
Contents?: true
Size: 441 Bytes
Versions: 61
Compression:
Stored size: 441 Bytes
Contents
%button.alt_button.cancel= t('bhf.quick_edit.buttons.cancel') %button.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{title: t('bhf.quick_edit.buttons.save_and_next')}= t('bhf.quick_edit.buttons.save_and_next')
Version data entries
61 entries across 61 versions & 1 rubygems