Sha256: dd889ac1b7466f7d4429b902971dccd6a55c966aff5cd4f5d01f1f8ad05e99fa

Contents?: true

Size: 421 Bytes

Versions: 15

Compression:

Stored size: 421 Bytes

Contents

<h1 class="pages_icon">Recent Pages</h1>

  <%= link_to "All Pages", "/pages", :class=>"pages_icon icon" %>

  <% pages = Page.sys(_sid).order("updated_at desc").page(params[:recent_page]).per(25) %>
    <ul>
      <% pages.each do |page| %>
        <li><%= link_to list_name(page,40,true), page.link('info'), {:title=>page.title} %></li>
      <% end %>
    </ul>

    <%= paginate pages, :param_name=>"recent_page" %> 

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
kit_cms-2.3.22 app/views/admin/dashboard/_recent_pages.html.erb
kit_cms-2.3.20 app/views/admin/dashboard/_recent_pages.html.erb
kit_cms-2.3.19 app/views/admin/dashboard/_recent_pages.html.erb
kit_cms-2.3.18 app/views/admin/dashboard/_recent_pages.html.erb
kit_cms-2.3.17 app/views/admin/dashboard/_recent_pages.html.erb
kit_cms-2.3.16 app/views/admin/dashboard/_recent_pages.html.erb
kit_cms-2.3.15 app/views/admin/dashboard/_recent_pages.html.erb
kit_cms-2.3.14 app/views/admin/dashboard/_recent_pages.html.erb
kit_cms-2.3.13 app/views/admin/dashboard/_recent_pages.html.erb
kit_cms-2.3.11 app/views/admin/dashboard/_recent_pages.html.erb
kit_cms-2.3.10 app/views/admin/dashboard/_recent_pages.html.erb
kit_cms-2.3.9 app/views/admin/dashboard/_recent_pages.html.erb
kit_cms-2.3.8 app/views/admin/dashboard/_recent_pages.html.erb
kit_cms-2.3.7 app/views/admin/dashboard/_recent_pages.html.erb
kit_cms-2.3.6 app/views/admin/dashboard/_recent_pages.html.erb