summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2022-07-16 13:55:36 +0200
committerDaniel Friesel <derf@finalrewind.org>2022-07-16 13:55:36 +0200
commitff290c78e01656e3991e13f4da614e4fab24da29 (patch)
treecee694a2a93ce77c794202708ec3ce40d3bcae0d /templates
parent74123bbcc0aedb3e7dbc49a33fcba6a864b7e550 (diff)
services: add marudor.de/regional
Diffstat (limited to 'templates')
-rw-r--r--templates/use_external_links.html.ep16
1 files changed, 13 insertions, 3 deletions
diff --git a/templates/use_external_links.html.ep b/templates/use_external_links.html.ep
index f1c8c81..d58e33d 100644
--- a/templates/use_external_links.html.ep
+++ b/templates/use_external_links.html.ep
@@ -32,7 +32,7 @@
<div>
<label>
%= radio_button stationboard => '1'
- <span><a href="https://dbf.finalrewind.org/">DBF</a></span>
+ <span><a href="https://dbf.finalrewind.org/">DBF</a> (Schienenverkehr)</span>
</label>
</div>
</div>
@@ -42,7 +42,17 @@
<div>
<label>
%= radio_button stationboard => '2'
- <span><a href="https://marudor.de/">marudor.de</a></span>
+ <span><a href="https://marudor.de/">marudor.de</a> (Schienenverkehr)</span>
+ </label>
+ </div>
+ </div>
+ </div>
+ <div class="row">
+ <div class="input-field col s12">
+ <div>
+ <label>
+ %= radio_button stationboard => '4'
+ <span><a href="https://marudor.de/regional">marudor.de/regional</a> (Nahverkehr)</span>
</label>
</div>
</div>
@@ -52,7 +62,7 @@
<div>
<label>
%= radio_button stationboard => '3'
- <span><a href="https://nvm.finalrewind.org/">NVM</a></span>
+ <span><a href="https://nvm.finalrewind.org/">NVM</a> (Nahverkehr)</span>
</label>
</div>
</div>