mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-08-21 01:47:33 +02:00
added link to release information on update modal and page
Signed-off-by: Ronni Skansing <rskansing@gmail.com>
This commit is contained in:
@@ -86,6 +86,15 @@
|
||||
Update Available!
|
||||
</h3>
|
||||
<p class="text-grayblue-dark">Version {newVersion} is now available</p>
|
||||
<p class="mt-2">
|
||||
<a
|
||||
href="https://github.com/phishingclub/phishingclub/releases"
|
||||
target="_blank"
|
||||
class="text-cta-blue hover:text-active-blue underline"
|
||||
>
|
||||
View release notes →
|
||||
</a>
|
||||
</p>
|
||||
{#if !isUpdateLocal}
|
||||
<p class="mt-4">
|
||||
This instance is was not setup using the <code>systemd install</code> and must be
|
||||
@@ -129,6 +138,15 @@
|
||||
<p class="mt-1 text-grayblue-dark">
|
||||
An update notification is visible when a update is ready.
|
||||
</p>
|
||||
<p class="mt-3">
|
||||
<a
|
||||
href="https://github.com/phishingclub/phishingclub/releases"
|
||||
target="_blank"
|
||||
class="text-xs hover:text-gray-700"
|
||||
>
|
||||
View previous release information
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user