summaryrefslogtreecommitdiff
path: root/app/views/layouts/devise_empty.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* HAMLLint: Fix `SpaceInsideHashAttributes` offencesKushal Pandya2016-12-311-1/+1
|
* Render `gon` data in the page `body`, not `head`Timothy Andrew2016-06-061-0/+1
| | | | | | | | - Turbolinks caches the `head`, so `gon` updates don't show up unless the user navigates to page directly (by URL) or performs a refresh. - The solution is to render `gon` in the body instead. - Also update the syntax to the new Rails 4 (according to the gon README) syntax.
* Improved confirmation UXconfirmation-screenPhil Hughes2016-04-211-0/+17
Closes #4228