sample_rails_tailwind/app/helpers
songtianlun cf76756f55 feat: add user index page and update navigation
- Implement users index action in UsersController
- Create view for displaying all users with gravatar
- Update header to link to users index
- Add styles for user list display

This commit introduces a new feature that allows logged-in users to
view a list of all registered users. It includes necessary
controller actions, view templates, and styling to improve the
user interface.
2025-01-05 01:59:05 +08:00
..
application_helper.rb style: standardize quotation marks and spacing 2025-01-04 10:21:22 +08:00
sessions_helper.rb fix: allow storing location for head requests 2025-01-04 10:09:27 +08:00
static_pages_helper.rb add static pages 2024-12-29 17:22:48 +08:00
users_helper.rb feat: add user index page and update navigation 2025-01-05 01:59:05 +08:00