foodsoft/app/views/pages/edit.html.haml
sandoz 8927a80246 You can change the page parent now at pages/edit.
* Increased text area size for better layout with the new feature.
* Closes #39
2009-08-22 23:04:51 +02:00

14 lines
357 B
Text

- title "#{@page.title} bearbeiten", false
.wiki_edit
#breadcrump
= link_to_wikipage_by_permalink("Home", "Foodcoop-Wiki")
- for page in @page.ancestors.reverse
%span.wikiSeparator >
= link_to_wikipage(page)
%span.wikiSeparator >
= link_to_wikipage(@page)
%h1 #{@page.title} bearbeiten
= render :partial => 'form'