summaryrefslogtreecommitdiff
path: root/app/views/layouts/errors.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Fix background and padding of login and error pagesui/login-pageDouwe Maan2015-12-031-1/+1
|
* Add PreferencesHelper moduleRobert Speicher2015-06-131-1/+1
| | | | | | | Consolidates the helpers related to user preferences. Renames `app_theme` to `user_application_theme` to better explain what it is.
* Refactor header viewsDmitriy Zaporozhets2015-06-011-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* More fixes to header cssDmitriy Zaporozhets2015-06-011-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add a page title to every page.Douwe Maan2015-04-301-1/+1
|
* Remove unnecessary theme_type from body classDmitriy Zaporozhets2015-02-241-1/+1
|
* Add theme type css classDrew Blessing2014-12-151-1/+1
|
* Improve flash messagesDmitriy Zaporozhets2014-09-251-1/+1
| | | | | | | * dont fadeout so user can read * show inside content block so user can notice it Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Improve error page layoutDmitriy Zaporozhets2014-06-241-4/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Replace HTML5 obsolete center element with CSS.Ciro Santilli2014-06-211-1/+1
| | | | Fix #6901. Would generate invalid HTML5.
* Render readme file in public project#showDmitriy Zaporozhets2013-07-291-1/+1
|
* Restyle flash message. Not it does not overflow head panelDmitriy Zaporozhets2013-02-281-1/+1
|
* Restyled error messages in common way. Added title to head partialDmitriy Zaporozhets2012-11-281-1/+1
|
* layout selected by controller nameCyril2012-09-261-0/+10