From aa62724c31bfec80399c6ac9cca4b70b9f6ebbd2 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 1981882..21472fe 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 a2b6e90..365dccc 100644
--- a/index.html
+++ b/index.html
@@ -20,6 +20,7 @@
         <div id="model-pane" class="pane">
           <span class="notRecommendedLink">nicht empfohlene 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