today_ai_weather/app
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
..
assets feat: add remember me functionality to login 2025-01-02 17:49:06 +08:00
controllers refactor: simplify user signup view 2025-01-05 01:41:45 +08:00
helpers style: standardize quotation marks and spacing 2025-01-04 10:21:22 +08:00
javascript feat: update asset management and add bundling tools 2025-01-02 14:45:44 +08:00
jobs init sample-app 2024-12-29 17:12:54 +08:00
mailers init sample-app 2024-12-29 17:12:54 +08:00
models feat: add user profile editing functionality 2025-01-03 10:55:42 +08:00
views refactor: simplify user signup view 2025-01-05 01:41:45 +08:00