Sha256: fb27b757f7c6abaa1f031698371ca58d317efad57d50c3313dd70c87a821d739
Contents?: true
Size: 641 Bytes
Versions: 5
Compression:
Stored size: 641 Bytes
Contents
doctype html html head = stylesheet_link_tag "application", :media => "all" = javascript_include_tag "application" = csrf_meta_tags body - if current_admin_user && @page div style="float:right;background:#CCC;padding:8px;" = link_to "Edit this page", cardboard.edit_page_path(@page) .span4 = link_to "Home", root_path = link_to "Pianos", pianos_path = nested_pages do |page, subpages| .indent = link_to(page.title, page.url) if page.in_menu? = subpages .span8 | This is the application's layout (not the engine's) == yield
Version data entries
5 entries across 5 versions & 1 rubygems