Browse Source

Merge pull request #616 from pixelfed/frontend-ui-refactor

Frontend ui refactor
daniel 6 years ago
parent
commit
39112b64b2
2 changed files with 3 additions and 1 deletions
  1. 1 1
      config/pixelfed.php
  2. 2 0
      resources/views/site/closed-registration.blade.php

+ 1 - 1
config/pixelfed.php

@@ -23,7 +23,7 @@ return [
     | This value is the version of your PixelFed instance.
     | This value is the version of your PixelFed instance.
     |
     |
     */
     */
-    'version' => '0.4.1',
+    'version' => '0.4.2',
 
 
     /*
     /*
     |--------------------------------------------------------------------------
     |--------------------------------------------------------------------------

+ 2 - 0
resources/views/site/closed-registration.blade.php

@@ -7,6 +7,8 @@
       <div class="card-body p-5 text-center">
       <div class="card-body p-5 text-center">
         <h1>Registration is closed</h1>
         <h1>Registration is closed</h1>
         <p class="lead mb-0">We have closed registrations on this instance.</p>
         <p class="lead mb-0">We have closed registrations on this instance.</p>
+        <hr>
+        <p class="lead">You can find a list of active pixelfed instances on <a href="https://the-federation.info/pixelfed" rel="external nofollow noopener">https://the-federation.info/pixelfed</a> or <a href="https://fediverse.network/pixelfed" rel="external nofollow noopener">https://fediverse.network/pixelfed</a></p>
       </div>
       </div>
     </div>
     </div>
   </div>
   </div>