feat(docs): Unify path in cdash
[csit.git] / csit.infra.dash / app / cdash / templates / base_layout.jinja2
index eb7fc17..ff31c72 100644 (file)
@@ -16,7 +16,7 @@
     <h1 class="text-white">
       {{ title }}
     </h1>
-    <p class="lead"> 
+    <p class="lead">
       {{ description }}
     </p>
     <p class="lead">
@@ -26,7 +26,7 @@
         </a>
       </p>
       <p>
-        <a href="/report/" class="btn btn-primary fw-bold w-25"> 
+        <a href="/report/" class="btn btn-primary fw-bold w-25">
           {{ report_title }}
         </a>
       </p>
           {{ news_title }}
         </a>
       </p>
+      <p>
+        <a href="/cdocs/" class="btn btn-primary fw-bold w-25">
+          Documentation
+        </a>
+      </p>
     </p>
   </main>
 
   <footer class="mt-auto text-white-50">
-    <p>Copyright © 2016-2022 <a href="https://fd.io" class="text-white">The Fast Data Project</a>, a series of LF Projects, LLC.</p>
+    <p>Copyright © 2016-2023 <a href="https://fd.io" class="text-white">The Fast Data Project</a>, a series of LF Projects, LLC.</p>
   </footer>
 </div>
 {% endblock %}