sample_rails_tailwind/test
songtianlun a69a4a5177 fix: correct typos and improve logout link
- Change "Log out" link to use `data: { turbo_method: :delete }`
- Update "Login in" to "Log in" for consistency
- Fix typo in sign-up prompt from "SIgn up now!" to "Sign up now!"
- Ensure proper indentation in error messages partial
- Add turbo frame to user signup form for better performance
- Adjust routes for consistency by adding leading slashes

These changes enhance the user interface by correcting typographical errors and improving the logout functionality. The use of turbo frames in the signup form aims to optimize the user experience during account creation.
2025-01-02 15:17:27 +08:00
..
controllers feat(sample): add session and header 2025-01-01 15:44:50 +08:00
fixtures feat: enhance user session management 2025-01-02 11:59:27 +08:00
helpers add some test 2024-12-31 00:37:02 +08:00
integration fix: correct typos and improve logout link 2025-01-02 15:17:27 +08:00
mailers init sample-app 2024-12-29 17:12:54 +08:00
models feat: add user registration functionality 2024-12-31 14:20:22 +08:00
system init sample-app 2024-12-29 17:12:54 +08:00
application_system_test_case.rb init sample-app 2024-12-29 17:12:54 +08:00
test_helper.rb feat: enhance user session management 2025-01-02 11:59:27 +08:00