today_ai_weather/app/views/users
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
..
_form.html.erb feat: add user profile editing functionality 2025-01-03 10:55:42 +08:00
edit.html.erb feat: add user profile editing functionality 2025-01-03 10:55:42 +08:00
new.html.erb refactor: simplify user signup view 2025-01-05 01:41:45 +08:00
show.html.erb feat: add user registration functionality 2024-12-31 16:34:52 +08:00