ubicloud/views/github
Jeremy Evans 1b8f49d507 Handle csrf tags implicitly using form method in Clover
This switches Clover to use the form method for forms, which
automatically handles adding the appropriate csrf tag, so you
don't need to duplicate the path in a separate csrf_tag call.
The form method comes from the forme_route_csrf plugin, which
is what CloverAdmin already uses.

While here, change some rodauth forms to use *_path
instead of "/" + *_route. Also, change some
"#{@project.path}#{@pg.path}" to path(@pg).
2025-09-06 01:06:18 +09:00
..
cache.erb Stop using serializer for github cache route 2025-08-26 02:08:44 +09:00
index.erb Handle csrf tags implicitly using form method in Clover 2025-09-06 01:06:18 +09:00
runner.erb Switch @project_data[:path] -> @project.path 2025-08-26 02:08:44 +09:00
setting.erb Switch @project_data[:path] -> @project.path 2025-08-26 02:08:44 +09:00
tabbar.erb Switch @project_data[:path] -> @project.path 2025-08-26 02:08:44 +09:00