Sha256: b0d9b03f493813f30f821f86c03cc8483cff4f5a148e4bc4ddfc20eb649bd5ee

Contents?: true

Size: 895 Bytes

Versions: 9

Compression:

Stored size: 895 Bytes

Contents

  <% @page_heading = 'Articles' %>

  <% content_for('tasks') do %>
    <%= task_edit 'Edit this article', @article.id %>
    <li><%= link_to 'View article on your blog', article_url(@article) %></li>
  <% end %>

  <h3><%=h @article.title %></h3>

  <div class="form">
    <div><%= @article.full_html %></div>
    <p class="meta"><label>Posted:</label> <%=h @article.published_at.to_formatted_s(:long_weekday) %> by <%=h @article.author %></p>
    <p class="meta"><label>Last updated:</label> <%=h @article.updated_at.to_formatted_s(:long_weekday) %></p>
    <p class="meta"><label>Published:</label> <%=h (@article.published? ? "Yes" : "No") %></p>
  </div>

  <h3>Categories</h3>
  <div id="categories" class="form">
    <%= render :partial => 'show_categories' -%>
  </div>

  <h3>Attachments</h3>
  <div id="resources" class="form">
    <%= render :partial => 'show_resources' -%>
  </div>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
typo-3.99.0 app/views/admin/content/show.rhtml
typo-3.99.1 app/views/admin/content/show.rhtml
typo-3.99.3 app/views/admin/content/show.rhtml
typo-3.99.2 app/views/admin/content/show.rhtml
typo-4.0.0 app/views/admin/content/show.rhtml
typo-4.0.2 app/views/admin/content/show.rhtml
typo-4.0.1 app/views/admin/content/show.rhtml
typo-3.99.4 app/views/admin/content/show.rhtml
typo-4.0.3 app/views/admin/content/show.rhtml