Sha256: 3dfbae024f007df5d8a04e7f2f6f8a1cd82810e76cfc502894329d8044bdc00f

Contents?: true

Size: 394 Bytes

Versions: 15

Compression:

Stored size: 394 Bytes

Contents

- onclick = Preference.getCached(_sid, 'page_click', current_user.id)=='info'
#recent
  %h1.pages_wicon Recent

  %ul
    - pages = Page.sys(_sid).order("updated_at desc").limit(5).all
    - pages.each do |page|
      %li(class="#{'last' if pages.last == page }")
        = link_to list_name(page,25,true), onclick ? page.link('info', true) : "#{page.full_path}?edit=1", {:title=>page.title}


Version data entries

15 entries across 15 versions & 1 rubygems

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