Skip to content

Replacing views and styles

alno edited this page Sep 13, 2010 · 1 revision

Replacing styles

To modify used styles all you need to define your styles in appropriate place (for example wiki.css, included from layout) and redefine method wiki_page_style in helper:

def wiki_page_style; ''; end

It will prevent Irwi from rendering default styles in all pages.

Replacing templates

If you want to replace defaullt templates with something other you should place your templates in views/wiki_pages folder.

Clone this wiki locally