Sha256: c15aa5ee2803ae82467886c661937ab6837029b1aa15bc50186e6277bd438b00
Contents?: true
Size: 281 Bytes
Versions: 7
Compression:
Stored size: 281 Bytes
Contents
= form.button :submit, class: 'btn btn-success' do = fa_icon :check = t('.submit', model_name: form.object.model_name.human) = link_to(((action_name == 'new' || form.object.new_record?) ? collection_path : resource_path(form.object)), class: 'btn btn-link') do = t('.cancel')
Version data entries
7 entries across 7 versions & 1 rubygems