diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-10-05 16:33:59 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-10-05 16:33:59 +0200 |
commit | d75351b30c38dc22e0071e18dc68be551eb628a7 (patch) | |
tree | 42cf1576b093977f8c0a95cdd49931ec0ad7a8ae /templates/landingpage.html.ep | |
parent | 3198689286984a47d0250712d9928c7a9ff2f7b9 (diff) |
Use POST requests to modify data
Diffstat (limited to 'templates/landingpage.html.ep')
-rw-r--r-- | templates/landingpage.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/landingpage.html.ep b/templates/landingpage.html.ep index 0207118..a33d83a 100644 --- a/templates/landingpage.html.ep +++ b/templates/landingpage.html.ep @@ -13,7 +13,7 @@ <tbody> % my $is_after = 0; % for my $station (@{$status->{route_after}}) { - <tr><td><a href="/a/checkout?station=<%= $station %>"><%= $station %></a></td></tr> + <tr><td><a class="action-checkout" data-station="<%= $station %>"><%= $station %></a></td></tr> % } </tbody> </table> |