Few improvements to wiki module.
This commit is contained in:
parent
dafbb077b6
commit
7e4409bc11
6 changed files with 17 additions and 7 deletions
|
|
@ -18,7 +18,7 @@
|
|||
},
|
||||
{ :name => "Wiki", :url => "/pages", :active => ["pages", "wiki"],
|
||||
:subnav => [
|
||||
{ :name => "Alle Seiten", :url => "pages/all" }
|
||||
{ :name => "Alle Seiten", :url => "/pages/all" }
|
||||
]
|
||||
},
|
||||
{ :name => "Bestellungen", :url => u.ordergroup ? "/ordering/" : "/orders",
|
||||
|
|
|
|||
|
|
@ -8,5 +8,5 @@
|
|||
%th zuletzt aktualisiert
|
||||
- for page in @pages
|
||||
%tr
|
||||
%td= link_to page.title, page
|
||||
%td= link_to page.title, wiki_page_path(page.permalink)
|
||||
%td= format_date page.updated_at
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue