Retrospring/app/views/shared
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
..
_announcements.haml Fix lint violation on announcements partial 2020-05-11 19:40:45 +02:00
_cursored_pagination_dummy.haml Turn single-word strings into symbols 2020-05-11 19:40:45 +02:00
_links.haml Fix quote style 2022-04-18 20:15:34 +02:00
_locales.haml Address review suggestions 2022-01-24 20:13:09 +01:00
_question.haml clean up routes 2022-07-23 12:14:06 +02:00
_sidebar.haml clean up routes 2022-07-23 12:14:06 +02:00
_userbox.haml clean up routes 2022-07-23 12:14:06 +02:00