Retrospring/app/views/navigation
Georg Gadinger 66efa5d4f4 clean up routes
- replace `match` with `get`/`post`/`patch`/`delete`
- format routes.rb
- rename the `show_user_{profile,question,answer}` routes to
  `profile`, `question`, `answer` so `url_for` (used by Rails Admin)
  works fine for these things
- also add `to_param` to the `User` model so that `url_for(some_user)`
  uses the user name
2022-07-23 12:14:06 +02:00
..
dropdown clean up routes 2022-07-23 12:14:06 +02:00
_desktop.haml Deduplicate navigation dropdowns; Restore notification dropdown to mobile 2022-07-18 23:09:53 +02:00
_guest.haml Fix theme color application on guest navbar 2022-04-10 22:01:27 +02:00
_main.haml Deduplicate navigation dropdowns; Restore notification dropdown to mobile 2022-07-18 23:09:53 +02:00
_mobile.haml Restore missing modifiers to notifications badge 2022-07-20 21:46:41 +02:00
_moderation.haml Remove priority action views and links 2022-07-19 22:53:50 +02:00