Sha256: 93684e8e25f2561e3039b0a1e23dced14f9e0829d12af023026029de9ef31f4c

Contents?: true

Size: 889 Bytes

Versions: 3

Compression:

Stored size: 889 Bytes

Contents

  <% @page_heading = _('Posts') %>

  <% content_for('tasks') do %>
	<%= subtab _("Posts"), "current", {:controller=>"content", :action=>"list"} %>
	<%= subtab _("Pages"), "", {:controller=>"pages", :action=>"list"} %>
	<%= subtab _("Categories"), "", {:controller=>"categories", :action=>"index"} %>
	<%= subtab _("Uploads"), "", {:controller=>"resources", :action=>"list"} %>
  <% 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="paginate">
    <%= render :partial => 'admin/content/pages', :object => @articles_pages -%>
  </div>

Version data entries

3 entries across 3 versions & 1 rubygems

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