summaryrefslogtreecommitdiff
path: root/app/views/admin/broadcast_messages/_form.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* Standardize the way we check for and display form errorsrs-form_errorsRobert Speicher2016-04-041-4/+2
| | | | | | | | | | | | - Some views had a "Close" button. We've removed this, because we don't want users accidentally hiding the validation errors and not knowing what needs to be fixed. - Some views used `li`, some used `p`, some used `span`. We've standardized on `li`. - Some views only showed the first error. We've standardized on showing all of them. - Some views added an `#error_explanation` div, which we've made standard.
* Change `js-quick-submit` behavior to expect the class on the formRobert Speicher2016-03-021-2/+2
| | | | | Now it will work on any field inside that form, and it's easier to scope new behavior, which is what we're adding next!
* Allow limited Markdown in Broadcast Messagesrs-broadcast-markdownRobert Speicher2016-02-061-2/+5
| | | | Closes #11853
* Broadcast Messages can now be editedRobert Speicher2016-01-131-5/+5
| | | | Closes #3046
* Move broadcast message form to a partialRobert Speicher2016-01-131-0/+37