Sha256: 48edc88658e8536fe8df99c26b6ff8596c480782e910aba87249710967d588d2

Contents?: true

Size: 781 Bytes

Versions: 16

Compression:

Stored size: 781 Bytes

Contents

<li class='clearfix record <%= cycle("on", "on-hover") %>' id="<%= dom_id(store) -%>">
  <span class='title'>
    <%= store.name %>

  </span>
  <span class='actions'>
    
    <%= link_to refinery_icon_tag("application_go.png"), refinery.stores_store_path(store),
        :title => t('.view_live_html'),
        :target => "_blank" %>
    
    <%= link_to refinery_icon_tag("application_edit.png"), refinery.edit_stores_admin_store_path(store),
         :title => t('.edit') %>
    <%= link_to refinery_icon_tag("delete.png"), refinery.stores_admin_store_path(store),
        :class => "cancel confirm-delete",
        :title => t('.delete'),
        :confirm => t('message', :scope => 'refinery.admin.delete', :title => store.name),
        :method => :delete %>
  </span>
</li>

Version data entries

16 entries across 16 versions & 1 rubygems

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