aboutsummaryrefslogtreecommitdiff
path: root/app/views/layouts
Commit message (Collapse)AuthorAgeFilesLines
* [FIX] Availability of agentshellekin2021-02-111-1/+1
|
* Fix image linkhellekin2021-02-051-1/+1
| | | | The server changed, and so did the link to the IN COMMON logo.
* Move CSS to Webpackhellekin2021-01-231-1/+3
| | | | | | | | | | | | | Using both the asset pipeline and webpack is confusing and leads to unpredictable results in production. This commit moves all (S)CSS to Webpack under `app/javascript/scss` so that we can test whether the development interface results in a consistent production deployment. In order to load the ForkAwesome fonts we used a long path: `$fa-font-path: "../../../node_modules/fork-awesome/fonts";` Not sure whether this works...
* Upgrade Rails and add StimulusJS supporthellekin2021-01-221-27/+28
|
* Adjust Style for mobile and stimulushellekin2020-11-111-2/+4
|
* Make map more beautifulhellekin2020-10-081-0/+3
| | | | | | | | | | | | | This commit introduces a few things: 1. New `content_for` hooks for :debug, :head, and :body_end so that views code remains consistent and clean 2. Fullscreen map! 3. Welcome#index view, the Rails way It also moves controller-related code to the controller, Enjoy!
* Fix form, add flashhellekin2020-10-061-0/+1
|
* First pass at something visiblehellekin2020-10-061-2/+17
| | | | This is a first version of the application, to go beyond simple authentication.
* rails new incommon-map -d postgresql -C -Thellekin2020-10-053-0/+29