Sha256: affa089f9849f1abced478a1ef5ea6416ce66d1618ece6077ce6f3678f8b0d1a
Contents?: true
Size: 528 Bytes
Versions: 1
Compression:
Stored size: 528 Bytes
Contents
.footer.center .block.left_block %a.button{:href => "./"} = image_tag("releaf/icons/arrow_left.png", :alt => "") \ = t('cancel') .block.center_block %button{:type => "submit"} = image_tag("releaf/icons/disk.png", :alt => "") \ = t('save') .block.right_block - if @features[:destroy] && !resource.new_record? %a.button{ :href => url_for( :action => 'confirm_destroy', :id => resource.id ) } = image_tag('releaf/icons/bin_empty.png', :alt => '') %span= t('destroy')
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
releaf-0.1.2 | app/views/releaf/base/_edit.footer.html.haml |