<%= writing_book.year %> |
<%= link_to writing_book.create_link, OrbitHelper.url_to_plugin_show(writing_book.to_param,'personal_book'), target: "blank" %>
<% if current_user.is_admin? %>
- <%= link_to t('edit'), edit_admin_book_path(writing_book) %>
- <%= link_to t(:delete_), admin_book_path(id: writing_book.id), method: :delete, remote: true, data: { confirm: 'Are you sure?' } %>
<% end %>
|
<%= writing_book.member_profile.name rescue "" %> |
<% end %>