Skip to content
This repository has been archived by the owner on Jul 13, 2024. It is now read-only.

Commit

Permalink
Docs: rewrote paragraph about customising crud.form field (from Disqu…
Browse files Browse the repository at this point in the history
…s comment)
  • Loading branch information
Peter Hilton (Lunatech) committed Mar 7, 2011
1 parent 4ea0a09 commit 019cc96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/manual/guide7.textile
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ bc. #{extends 'CRUD/layout.html' /}

</div>

You can hack the **#{crud.form /}** tag the make the **tags** field custom:
You can modify the **#{crud.form /}** tag in **Posts/show.html** to customise the **tags** field by adding a **crud.custom** tag to the **#{crud.form /}** tag body:

bc. #{crud.form}
#{crud.custom 'tags'}
Expand Down

0 comments on commit 019cc96

Please sign in to comment.