Sha256: d4933dc88c95868f874f71110605daa0a12ee2a5e918da992297d93cc1782ccc
Contents?: true
Size: 986 Bytes
Versions: 2
Compression:
Stored size: 986 Bytes
Contents
<% @page_heading = _('Preview Article') %> <% content_for('tasks') do %> <%= task_edit _('Edit this article'), @article.id %> <li><%= link_to _('View article on your blog'), @article.permalink_url %></li> <%= task_overview %> <% end %> <h3><%=h @article.title %></h3> <div class="form"> <div><%= @article.html %></div> <p class="meta"><label><%= _("Posted date")%>:</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><%= _("Online")%>:</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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
typo-4.1.1 | app/views/admin/content/show.rhtml |
typo-4.1 | app/views/admin/content/show.rhtml |