Commit b96b9a96bed5e4929cd96854611977d61a41e501

Authored by AntonioTerceiro
1 parent 7cd48a40

ActionItem65: minor doc improvement



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@536 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 3 additions and 2 deletions   Show diff stats
app/helpers/application_helper.rb
... ... @@ -35,8 +35,9 @@ module ApplicationHelper
35 35 #
36 36 # <%= help 'this is your help message' %>
37 37 #
38   - # Formally, the <tt>type</tt> argument can be <tt>:html</tt> or
39   - # <tt>:textile</tt>. It defaults to <tt>:html</tt>.
  38 + # Formally, the <tt>type</tt> argument can be <tt>:html</tt> (i.e. no
  39 + # conversion of the input) or <tt>:textile</tt> (converts the message, in
  40 + # textile, into HTML). It defaults to <tt>:html</tt>.
40 41 #
41 42 # TODO: implement correcly the 'Help' button click
42 43 def help(content = nil, type = :html, &block)
... ...