Add help page
This commit is contained in:
parent
aaeca5b534
commit
33a6b79bd7
6 changed files with 83 additions and 17 deletions
|
@ -71,6 +71,9 @@ class SiteController < ApplicationController
|
|||
def welcome
|
||||
end
|
||||
|
||||
def help
|
||||
end
|
||||
|
||||
def preview
|
||||
render :text => RichText.new(params[:format], params[:text]).to_html
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue