Sha256: 002c2eb26b80369b38760ed94b0073972cd49388e482b8e0b2cae177c45d4435

Contents?: true

Size: 694 Bytes

Versions: 9

Compression:

Stored size: 694 Bytes

Contents

  <% @page_heading = 'Articles' %>

  <% content_for('tasks') do %>
    <%= task_quickpost('Quick Post') %>
    <%= task_new 'Create new article' %>
    <%= task_quicknav('Navigate') %>
  <% end %> 
  <div id="quick-navigate" style="display:none;position:absolute;">
    <%= render :partial => 'admin/content/pages', :object => @articles_pages -%>
  </div>

  <div id="quick-post" style="display:none;position:absolute;">
    <%= render :partial => "quick_post" %>
  </div>
  <div class="list" id="articles">	
    <%= render :partial => 'articles' %>
  </div>                      
  <div class="tasks">
    <%= render :partial => 'admin/content/pages', :object => @articles_pages -%>
  </div>

Version data entries

9 entries across 9 versions & 1 rubygems

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