Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | HAMLLint: Fix `SpaceInsideHashAttributes` offences | Kushal Pandya | 2016-12-31 | 1 | -1/+1 |
| | |||||
* | Render `gon` data in the page `body`, not `head` | Timothy Andrew | 2016-06-06 | 1 | -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-screen | Phil Hughes | 2016-04-21 | 1 | -0/+17 |
Closes #4228 |