Sha256: ec6257bfe16e3f4707994ea7eb26f00bb6d67b1d800344c6fbe0e8e6e27bde25

Contents?: true

Size: 687 Bytes

Versions: 3

Compression:

Stored size: 687 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>Live Preview</h3>

  <div class="form" style="text-align: center; margin: auto;">
	<iframe src="<%=@article.permalink_url%>" width="95%" height="700px"></iframe>
  </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

3 entries across 3 versions & 1 rubygems

Version Path
typo-5.0.1 app/views/admin/content/show.html.erb
typo-5.0.2 app/views/admin/content/show.html.erb
typo-5.0 app/views/admin/content/show.html.erb