Sha256: 2c0d99c0caddc3b53a9ad144a6571953341efdae8b1e6360adddd92b4d41591e

Contents?: true

Size: 1.7 KB

Versions: 15

Compression:

Stored size: 1.7 KB

Contents

<ul>
  <% if ::Refinery::Stores::Admin::StoresController.searchable? %>
    <li>
      <%= render '/refinery/admin/search', :url => refinery.stores_admin_stores_path %>
    </li>
  <% end %>
</ul>



  <ul class='collapsible_menu'>
    <li class='not_a_link'>
      <%= link_to t('.title'), '#',
                   :class => 'page_icon' %>
    </li>
    <li>
      <%= link_to t('.manage'), refinery.stores_admin_stores_path,
        :class => 'page_icon' %>
    </li>
  <li>
    <%= link_to t('.create_new'), refinery.new_stores_admin_store_path,
                 :class => "add_icon" %>
  </li>
  <% if !searching? && ::Refinery::Stores::Admin::StoresController.sortable? && ::Refinery::Stores::Store.any? %>
  <li>
    <%= link_to t('.reorder', :what => "Stores"),
                 refinery.stores_admin_stores_path,
                 :id => "reorder_action",
                 :class => "reorder_icon" %>

    <%= link_to t('.reorder_done', :what => "Stores"),
                 refinery.stores_admin_stores_path,
                 :id => "reorder_action_done",
                 :style => "display: none;",
                 :class => "reorder_icon" %>
  </li>
<% end %>

  </ul>

  <ul class='collapsible_menu'>
    <li class='not_a_link'>
      <%= link_to t('refinery.products.admin.products.actions.title'), '#',
                  :class => 'folder_icon' %>
    </li>
    <li>
      <%= link_to t('refinery.products.admin.products.actions.manage'), refinery.products_admin_products_path,
                  :class => 'folder_icon' %>
    </li>
    <li>
      <%= link_to t('refinery.products.admin.products.actions.create_new'), refinery.new_products_admin_product_path(),
                  :class => 'add_icon' %>
    </li>
  </ul>


</ul>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
refinerycms-stores-0.0.16 app/views/refinery/stores/admin/stores/_actions.html.erb
refinerycms-stores-0.0.14 app/views/refinery/stores/admin/stores/_actions.html.erb
refinerycms-stores-0.0.13 app/views/refinery/stores/admin/stores/_actions.html.erb
refinerycms-stores-0.0.12 app/views/refinery/stores/admin/stores/_actions.html.erb
refinerycms-stores-0.0.11 app/views/refinery/stores/admin/stores/_actions.html.erb
refinerycms-stores-0.0.10 app/views/refinery/stores/admin/stores/_actions.html.erb
refinerycms-stores-0.0.9 app/views/refinery/stores/admin/stores/_actions.html.erb
refinerycms-stores-0.0.8 app/views/refinery/stores/admin/stores/_actions.html.erb
refinerycms-stores-0.0.7 app/views/refinery/stores/admin/stores/_actions.html.erb
refinerycms-stores-0.0.6 app/views/refinery/stores/admin/stores/_actions.html.erb
refinerycms-stores-0.0.5 app/views/refinery/stores/admin/stores/_actions.html.erb
refinerycms-stores-0.0.4 app/views/refinery/stores/admin/stores/_actions.html.erb
refinerycms-stores-0.0.3 app/views/refinery/stores/admin/stores/_actions.html.erb
refinerycms-stores-0.0.2 app/views/refinery/stores/admin/stores/_actions.html.erb
refinerycms-stores-0.0.1 app/views/refinery/stores/admin/stores/_actions.html.erb