Added parent-child relationship to pages to visualize a breadcrump and subpages.
This commit is contained in:
parent
00619ccf55
commit
a8c93c08b7
24 changed files with 513 additions and 51 deletions
|
|
@ -27,7 +27,7 @@
|
|||
- if flash[:error]
|
||||
%h3.error#flashError= flash[:error]
|
||||
#loader{:style => "display:none;"}= image_tag("loader.gif", :border => 0)
|
||||
- if yield(:title)
|
||||
- if show_title?
|
||||
%h1= yield(:title)
|
||||
= yield
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue