diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-01-15 17:52:48 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-01-15 17:52:48 +0100 |
commit | c7aa0f86a873a3f86d5eab1be4a0d40d49181b00 (patch) | |
tree | aae7a63ad55722cec8733f771ceb094da243b698 /templates/main.html.ep | |
parent | 334cdd809e665db47dde838765c2669f9a52d3cf (diff) |
initial ASEAG support (more to follow)
Diffstat (limited to 'templates/main.html.ep')
-rw-r--r-- | templates/main.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/main.html.ep b/templates/main.html.ep index 8f42291..a3678de 100644 --- a/templates/main.html.ep +++ b/templates/main.html.ep @@ -131,7 +131,7 @@ other German transit networks. <div class="field"> <div class="desc">backend</div> <div> - %= select_field backend => [['EFA (VRR)' => 'vrr'], ['HAFAS (DB)' => 'db']] + %= select_field backend => [['EFA / VRR' => 'vrr'], ['DB (HAFAS)' => 'db'], ['ASEAG (URA)' => 'aseag']] </div> </div> <div class="field"> |