Sha256: 150ff5be0ea3f30df1776e090f6bd6517d63dee198ad7546d0192e3234493843
Contents?: true
Size: 373 Bytes
Versions: 3
Compression:
Stored size: 373 Bytes
Contents
#page-edit - if (!@page.nil?) && permitted_to?(:manage, :pages) .edit-link = link_to new_icon("Block"), new_dust_block_path(:show => @page.match_path, :return => request.fullpath), :class => 'to-admin' = link_to edit_icon("Page"), edit_dust_page_path(@page), :class => 'to-admin' = link_to index_icon("Pages"), dust_pages_path, :class => 'to-admin'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
dust-cms-0.0.07 | app/views/front_end/page/_admin.html.haml |
dust-cms-0.0.06 | app/views/front_end/page/_admin.html.haml |
dust-cms-0.0.05 | app/views/front_end/page/_admin.html.haml |