aboutsummaryrefslogtreecommitdiff
path: root/app/views
Commit message (Collapse)AuthorAgeFilesLines
* Attempts to make buttons that update the leaflet map. The javascript ↵AttemptsNemael2020-10-091-4/+52
| | | | functions and controllers functions are not in the correct files
* Make map more beautifulhellekin2020-10-083-32/+29
| | | | | | | | | | | | | 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!
* Removed the hand-picked markers because they caused errorsNemael2020-10-081-3/+3
|
* Map added but no dynamic points placed, the current points are hand-picked ↵Nemael2020-10-081-0/+48
| | | | from the data
* Attempt to a fix for the edit resource pageNemael2020-10-081-2/+2
|
* Added leaflet gem and changed a bit the Edit Ressource page to be able to ↵Nemael2020-10-081-4/+6
| | | | edit categories
* Fix form, add flashhellekin2020-10-063-3/+16
|
* First pass at Resources...hellekin2020-10-063-3/+18
|
* First pass at listing Resourceshellekin2020-10-062-2/+16
| | | | | | This implements resource listing and pagination. See /resources
* Fix URLhellekin2020-10-061-1/+1
|
* First pass at something visiblehellekin2020-10-069-8/+50
| | | | This is a first version of the application, to go beyond simple authentication.
* Add Authentication logichellekin2020-10-053-0/+28
| | | | | | | | | | | The ApplicationController provides a `current_user` method (and helper) to access the authenticated user (if any). The WelcomeController provides minimal logic to authenticate against DiscourseSSO. Current state is that one can login and logout. Views need a lot of work.
* rails new incommon-map -d postgresql -C -Thellekin2020-10-053-0/+29