<% @page_heading = _('Preview Article') %> <% content_for('tasks') do %> <%= task_edit _('Edit this article'), @article.id %>
  • <%= link_to _('View article on your blog'), @article.permalink_url %>
  • <%= task_overview %> <% end %>

    <%=h @article.title %>

    <%= @article.html %>

    <%=h @article.published_at.to_formatted_s(:long_weekday) %> by <%=h @article.author %>

    <%=h @article.updated_at.to_formatted_s(:long_weekday) %>

    <%=h (@article.published? ? "Yes" : "No") %>

    <%= _("Categories")%>

    <%= render :partial => 'show_categories' -%>

    <%= _("Attachments")%>

    <%= render :partial => 'show_resources' -%>