You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.