Retrospring/app/views/inbox
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
..
_entry.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
show.haml Add a way for moderators to view user inboxes 2022-06-23 22:17:14 +02:00
show.js.erb Use cursored pagination, remove WillPaginate 2020-04-20 23:13:24 +02:00