Skip to content

Commit

Permalink
Add link to Textile Quick Reference as hint for post/page body.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasoncheow committed Nov 16, 2008
1 parent 5d1709c commit 2c23e65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/admin/pages/_form.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<% form.input_field_set do -%>
<%= form.input :title %>
<%= form.input :slug, :hint => "leave blank for an auto-generated slug based on the title" %>
<%= form.input :body %>
<%= form.input :body, :hint => "<a href='http://hobix.com/textile/quick.html'>Textile enabled</a>" %>
<% end -%>
2 changes: 1 addition & 1 deletion app/views/admin/posts/_form.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<% form.input_field_set do -%>
<%= form.input :title -%>
<%= form.input :body -%>
<%= form.input :body, :hint => "<a href='http://hobix.com/textile/quick.html'>Textile enabled</a>" -%>
<%= form.input :tag_list, :as => 'string', :required => false, :hint => 'comma separated: ruby, rails' -%>
<% end -%>
<% form.input_field_set do -%>
Expand Down

0 comments on commit 2c23e65

Please sign in to comment.