Sha256: 68e68b34b376d2dd064f986ba930dadadbaedcb4c79976f6dc84d3e413930dc7
Contents?: true
Size: 447 Bytes
Versions: 6
Compression:
Stored size: 447 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
6 entries across 6 versions & 1 rubygems