aboutsummaryrefslogtreecommitdiffstats
path: root/app/helpers
Commit message (Collapse)AuthorAgeFilesLines
* Edit the body of the RichText valueDavid Heinemeier Hansson2018-06-051-1/+1
| | | | Needed now that we have that intermediary object.
* Provide default styling by defaultDavid Heinemeier Hansson2018-06-051-0/+2
|
* We are leveling up the text_area, not the text_field, so match namesDavid Heinemeier Hansson2018-06-051-5/+5
|
* Rename from Active Text to Action TextDavid Heinemeier Hansson2018-04-131-4/+4
| | | | This is more like Action View than Active Model.
* Use rich_text instead of active_textDavid Heinemeier Hansson2018-04-131-5/+5
| | | | Just like we use has_many_attachments instead of active_storage_attachements.
* Move hard coded URLs to computed data attributesJavan Makhmali2018-02-141-3/+5
|
* Extract BC3's rich_text_field helperJavan Makhmali2018-02-121-0/+46