aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/action_text
Commit message (Collapse)AuthorAgeFilesLines
* Move attachment rendering to a helperJavan Makhmali2018-10-031-1/+1
| | | | Fixes #5
* WIP: Image gallery supportJavan Makhmali2018-10-031-0/+3
|
* Add default missing attachable templateJavan Makhmali2018-10-031-0/+1
|
* Default sanitizationDavid Heinemeier Hansson2018-10-021-1/+1
|
* Move the escaping choice to the layoutDavid Heinemeier Hansson2018-06-071-1/+1
|
* Provide to_html rendering within a layout and use that as the to_s defaultDavid Heinemeier Hansson2018-06-071-0/+3
I like the idea of thinking about the rendering as happening within a layout. Since that’s basically what this wrapper is. Thoughts @javan?