<% if page.published? %>
<%= link_to_if(policy(page).edit?, page_name(page), edit_admin_page_url(@locale, page), class: 'page-name') %>
<% else %>
<%= link_to_if(policy(page).edit?, page_name(page), edit_admin_page_url(@locale, page), class: 'page-name') %>
(<%= (page.autopublish?) ? "Will publish at "+page.published_at.to_formatted_s(:short) : page.status_label %><% if page.draft? && page.author %> by <%= page.author.name %><% end %>)
<% end %>
<%# Feed icon %>
<% if page.feed_enabled? %>
<%= image_tag("pages/feed-icon-14x14.png", size: "10x10") %>
<% end %>
<% if policy(page).edit? %>
—
<%= link_to "Edit", edit_admin_page_url(@locale, page) %>
<% end %>
<% if policy(Page).new? %>
/
<%= link_to "Create subpage", new_admin_page_url(@locale, parent: page ) %>
<% end %>
—
last updated <%= time_ago_in_words page.updated_at %> ago
<% if page.news_page? %>