sample_rails_tailwind/app/views
songtianlun 97c91fc8f3 refactor: simplify user signup view
- Remove unnecessary turbo frame tag from the signup form
- Directly render the form within the column div

This change simplifies the user signup view by removing the
unneeded turbo frame, which was not contributing to the
functionality. The form is now rendered directly, making the
code cleaner and easier to understand.
2025-01-05 01:41:45 +08:00
..
layouts feat: add user profile editing functionality 2025-01-03 10:55:42 +08:00
pwa init sample-app 2024-12-29 17:12:54 +08:00
sessions feat: add remember me functionality to login 2025-01-02 17:49:06 +08:00
shared fix: correct typos and improve logout link 2025-01-02 15:17:27 +08:00
static_pages feat: add user registration functionality 2024-12-31 14:20:22 +08:00
users refactor: simplify user signup view 2025-01-05 01:41:45 +08:00