<%= link_to node.title, page_for_publication(node) %>
<% if can_edit_or_delete?(node) %>
- <%= link_to t(:edit), edit_admin_publication_path(node.id) %>
- <%= link_to t(:delete_), admin_publication_path(node.id), method: :delete, data: {confirm: "Are you sure?"} %>
<% end %>
|
<%= link_to node.chapters.length, admin_publication_path(node.id) %> |
<%= node.pub_date.strftime('%Y-%m-%d') %> |
<%= node.category.title rescue "" %>
<% if (node.category.disable rescue false) %>
<%= t(:disabled) %>
<% end %>
|
<% end %>