]> BookStack Code Mirror - bookstack/commitdiff
Update maintenance.php 1462/head
authorAdam Brown <redacted>
Thu, 23 May 2019 14:45:15 +0000 (10:45 -0400)
committerGitHub <redacted>
Thu, 23 May 2019 14:45:15 +0000 (10:45 -0400)
* Added a link to the Github releases page when someone clicks the current release version (to look for changelog information, or to see if there are new updates)
* Removed unnecessary BR tag by fixing the CSS class for the version display so it is properly aligned with the rest of the menu

resources/views/settings/maintenance.blade.php

index c3ca8c96fbf95102e0a88de8422036fdacfff3cf..8e60b65aa0ae7b37095d8de7596abadc6d0197a3 100644 (file)
@@ -7,9 +7,10 @@
         <div class="py-m">
             @include('settings.navbar', ['selected' => 'maintenance'])
         </div>
-        <div class="text-right mb-l px-m">
-            <br>
+        <div class="text-right py-m">
+            <a href="https://github.com/BookStackApp/BookStack/releases">
             BookStack @if(strpos($version, 'v') !== 0) version @endif {{ $version }}
+            </a>
         </div>
     </div>