aboutsummaryrefslogtreecommitdiff
path: root/app/views/resources
Commit message (Collapse)AuthorAgeFilesLines
* Add markers and popupshellekin2021-01-221-0/+10
| | | | | - Replace MakiMarkers with ExtraMarkers and ForkAwesome - Add HTML popup binding
* Upgrade Rails and add StimulusJS supporthellekin2021-01-222-0/+2
|
* Merged masterhellekin2020-11-121-1/+1
|\
| * Add Markdown to format Resource.descriptionhellekin2020-10-271-1/+1
| |
* | Remove debug infohellekin2020-10-091-1/+0
|/
* Fix Resource editionhellekin2020-10-093-8/+8
|
* Avoid errors on missing Taxonomyhellekin2020-10-091-1/+1
|
* Scope routes to Agenthellekin2020-10-094-18/+70
| | | | | | | Since an Agent is required for all records, we scope the routes and get it present for free ;) This commit also adds resource views.
* 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-061-3/+12
|
* 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
* First pass at something visiblehellekin2020-10-064-0/+8
This is a first version of the application, to go beyond simple authentication.