ubicloud/views/project
Jeremy Evans c1b0a1e982 Remove role="form" attribute on form tags
It is redundant. role="form" should be set on non-form tags that
operate as forms, and if a form tag is used that doesn't operate as a
form, you could potentially use a different role, but the assumption
is that a form tag has a form role, so there is no benefit to being
explicit about it.
2025-09-09 02:36:02 +09:00
..
access-control.erb Remove role="form" attribute on form tags 2025-09-09 02:36:02 +09:00
billing.erb Remove role="form" attribute on form tags 2025-09-09 02:36:02 +09:00
create.erb Handle csrf tags implicitly using form method in Clover 2025-09-06 01:06:18 +09:00
dashboard.erb Add Kubernetes card and tile to the console dashboard 2025-09-01 15:21:45 +02:00
index.erb Stop using serializer for project index web route 2025-08-26 02:08:44 +09:00
invoice.erb Switch from using [] to using member methods for when using the invoice serializer 2025-08-26 02:08:44 +09:00
show.erb Handle csrf tags implicitly using form method in Clover 2025-09-06 01:06:18 +09:00
tag-list.erb Remove role="form" attribute on form tags 2025-09-09 02:36:02 +09:00
tag.erb Remove role="form" attribute on form tags 2025-09-09 02:36:02 +09:00
token.erb Remove role="form" attribute on form tags 2025-09-09 02:36:02 +09:00
user-tabbar.erb Switch @project_data[:path] -> @project.path 2025-08-26 02:08:44 +09:00
user.erb Remove role="form" attribute on form tags 2025-09-09 02:36:02 +09:00