From 5572c4b69fb7dc6afc8447eeb71950ab13f7f218 Mon Sep 17 00:00:00 2001 From: Daniel Friesel <derf@finalrewind.org> Date: Tue, 19 May 2015 08:26:19 +0200 Subject: main page: change defaults to infoscreen/clean template with IRIS backend --- templates/layouts/default.html.ep | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 0df7f39..2b27455 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -101,7 +101,7 @@ on 2015-01-02 at 07:00 CET.</div> Layout </div> <div> - %= select_field mode => [['Bahnhofstafel' => 'multi'], ['Gleis' => 'single'], ['Infoscreen' => 'clean']] + %= select_field mode => [ ['Infoscreen' => 'clean'], ['Bahnhofstafel' => 'multi'], ['Gleis' => 'single'] ] </div> </div> <div class="field"> @@ -109,7 +109,7 @@ on 2015-01-02 at 07:00 CET.</div> Backend </div> <div> - %= select_field backend => [['RIS' => 'ris'], ['IRIS' => 'iris']] + %= select_field backend => [ ['IRIS' => 'iris'], ['RIS' => 'ris'] ] </div> </div> <div class="field"> -- cgit v1.2.3