]> BookStack Code Mirror - bookstack/commitdiff
Merge branch 'patch-1' of git://github.com/DeftNerd/BookStack into DeftNerd-patch-1
authorDan Brown <redacted>
Thu, 17 Oct 2019 13:58:20 +0000 (14:58 +0100)
committerDan Brown <redacted>
Thu, 17 Oct 2019 13:58:20 +0000 (14:58 +0100)
1  2 
resources/views/settings/maintenance.blade.php

index 6be49cdf2c94479d077ef2258f36bcdd08d1183c,8e60b65aa0ae7b37095d8de7596abadc6d0197a3..aa5bc39c49c4fdc94d26b7fce5eb75dfba391786
@@@ -7,9 -7,10 +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>
  
@@@ -21,7 -22,7 +22,7 @@@
                  <p class="small text-muted">{{ trans('settings.maint_image_cleanup_desc') }}</p>
              </div>
              <div>
 -                <form method="POST" action="{{ baseUrl('/settings/maintenance/cleanup-images') }}">
 +                <form method="POST" action="{{ url('/settings/maintenance/cleanup-images') }}">
                      {!! csrf_field()  !!}
                      <input type="hidden" name="_method" value="DELETE">
                      <div>