Commit graph

2 commits

Author SHA1 Message Date
Timothy Andrew
1f713d52d7 Render gon data in the page body, not head
- 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.
2016-06-06 12:50:31 +05:30
Phil Hughes
50ed43e490 Improved confirmation UX
Closes #4228
2016-04-21 20:20:09 -04:00