Sha256: 790e49067c975eff5bd5bc04170b3b26e98e22af6dd116914efb30491b4bf216

Contents?: true

Size: 653 Bytes

Versions: 1

Compression:

Stored size: 653 Bytes

Contents

.footer
  .padding
    .block.left_block
      %a.button{ :href => url_for( :action => 'index' ) }
        = image_tag 'releaf/icons/arrow_left.png', :alt => ''
        %span= t('back')

    - if @features[:edit]
      .block.center_block
        %a.button{ :href => url_for( :action => 'edit', :id => resource.id ) }
          = image_tag 'releaf/icons/page_white_edit.png', :alt => ''
          %span= t('edit')

    - if @features[:destroy]
      .block.right_block
        %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/_show.footer.html.haml