From 8c02f22af15556327756d8d7d47816d11072d703 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 12 Sep 2015 00:45:32 +0200 Subject: main form: change frontend <-> backend field order --- templates/main.html.ep | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'templates') diff --git a/templates/main.html.ep b/templates/main.html.ep index cfe4cd2..d740eb8 100644 --- a/templates/main.html.ep +++ b/templates/main.html.ep @@ -143,6 +143,12 @@ other German transit networks. %= text_field 'platform' +
+
frontend
+
+ %= select_field frontend => [['Image (PNG)' => 'png'], ['HTML' => 'html'], ['Infoscreen' => 'infoscreen'], ['JSON' => 'json']] +
+
backend
@@ -152,12 +158,6 @@ other German transit networks. %= select_field backend => [['EFA / VRR' => 'vrr'], ['DB (HAFAS)' => 'db'], ['ASEAG (URA)' => 'aseag'], @efa_backends]
-
-
frontend
-
- %= select_field frontend => [['Image (PNG)' => 'png'], ['HTML' => 'html'], ['Infoscreen' => 'infoscreen'], ['JSON' => 'json']] -
-
% end -- cgit v1.2.3