Sha256: f0a120765c3a4b3386177edf5a3e5e90375f3407c5c399236d934f3d9a875ba0

Contents?: true

Size: 1015 Bytes

Versions: 1

Compression:

Stored size: 1015 Bytes

Contents

%ul
  - if ::Refinery::Products::Admin::DigidownloadsController.searchable?
    %li
      = render '/refinery/admin/search', :url => refinery.products_admin_digidownloads_path
  %li
    = link_to t('.create_new'), refinery.new_products_admin_digidownload_path, |
      :class => "add_icon"                                                |
  - if !searching? && ::Refinery::Products::Admin::DigidownloadsController.sortable? && ::Refinery::Products::Digidownload.any?
    %li
      = link_to t('.reorder', :what => "Digidownloads"), |
        refinery.products_admin_digidownloads_path,      |
        :id => "reorder_action",                    |
        :class => "reorder_icon"                    |
      -#
      = link_to t('.reorder_done', :what => "Digidownloads"), |
        refinery.products_admin_digidownloads_path,           |
        :id => "reorder_action_done",                    |
        :style => "display: none;",                      |
        :class => "reorder_icon"                         |

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
refinerycms-stores-0.1.0 app/views/refinery/products/admin/digidownloads/_actions.html.haml