Sha256: 205d3b892cacbbf2b07e28ec0a04159ac0d292065632d2261d1f08fecd7f6c4f

Contents?: true

Size: 375 Bytes

Versions: 9

Compression:

Stored size: 375 Bytes

Contents

  <% @page_heading = 'Pages' %>

  <% content_for('tasks') do %>
    <%= task_quickpost('Quick Post') %>
    <%= task_new 'Create new page' %>
  <% end %> 

  <div id="quick-post" style="display:none;position:absolute;">
    <%= render :partial => "quick_post" %>
  </div>
  <div class="list" id="pages">	
    <%= render :partial => 'pages' %>
  </div>                      

Version data entries

9 entries across 9 versions & 1 rubygems

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