Sha256: 40bbe4d8c4c9151d5e2d941154d05e6c14d28d865e1ed2eb0d4c46925f19558e

Contents?: true

Size: 777 Bytes

Versions: 5

Compression:

Stored size: 777 Bytes

Contents

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

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
refinerycms-pods-2.1.1 app/views/refinery/pods/admin/pods/_pod.html.erb
refinerycms-pods-2.1.0 app/views/refinery/pods/admin/pods/_pod.html.erb
refinerycms-pods-2.0.3 app/views/refinery/pods/admin/pods/_pod.html.erb
refinerycms-pods-2.0.2 app/views/refinery/pods/admin/pods/_pod.html.erb
refinerycms-pods-2.0.1 app/views/refinery/pods/admin/pods/_pod.html.erb