From 44e2d6189fa97b67504408c2f65c6af061746da0 Mon Sep 17 00:00:00 2001 From: nrbffs <38812627+nrbffs@users.noreply.github.com> Date: Wed, 10 Apr 2019 14:53:51 -0400 Subject: [PATCH] add link to version archive --- app.css | 2 +- index.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app.css b/app.css index 8d3de45..0cce897 100644 --- a/app.css +++ b/app.css @@ -110,7 +110,7 @@ h1, h2, h3, h4, h5, h6 { color: #f9a62b; } -.firmwareTableLink, .notRecommendedLink, .InfoLink { +.firmwareTableLink, .notRecommendedLink, .InfoLink, .oldVersionLink { clear: right; float:right; color: #337ab7; diff --git a/index.html b/index.html index 6117c69..d3d9c91 100644 --- a/index.html +++ b/index.html @@ -20,6 +20,7 @@ <div id="model-pane" class="pane"> <span class="notRecommendedLink">Veraltete Geräte anzeigen</span> <span class="firmwareTableLink">Tabelle anzeigen</span> + <a href="/gluon/archive/" class="oldVersionLink">Alte Versionen</a> <h1>Schritt 1: Wähle Dein Routermodell</h1> <div class="warning-notrecommended"> <p> -- GitLab