-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update templates and fix FakeController
FakeController now supports blocked accounts.
- Loading branch information
1 parent
153f9ec
commit 2309f3c
Showing
4 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,8 @@ class="bg-gradient-to-r from-gray-100 dark:from-gray-800 to-gray-100 dark:to-gra | |
<hr class="hidden"> | ||
<p class="text-center opacity-75"> | ||
<small class="text-sm"> | ||
© 2023 <a class="hover:underline text-blue-500" href="https://www.cesnet.cz">CESNET</a>, | ||
© 2023–<?= date('Y') ?> <a class="hover:underline text-blue-500" | ||
href="https://www.cesnet.cz">CESNET</a>, | ||
<a class="hover:underline text-blue-500" href="mailto:[email protected]">[email protected]</a>. | ||
</small> | ||
</p> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,8 @@ class="bg-gradient-to-r from-gray-100 dark:from-gray-800 to-gray-100 dark:to-gra | |
<small class="text-sm"> | ||
<a class="hover:underline text-blue-500" | ||
href="{{ __('welcome.pii-link') }}">{{ __('welcome.pii-text') }}</a><br> | ||
© 2023 <a class="hover:underline text-blue-500" href="https://www.cesnet.cz">CESNET</a>, | ||
© 2023–<?= date('Y') ?> <a class="hover:underline text-blue-500" | ||
href="https://www.cesnet.cz">CESNET</a>, | ||
<a class="hover:underline text-blue-500" href="mailto:[email protected]">[email protected]</a> | ||
</small> | ||
</p> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,7 +76,8 @@ class="bg-gradient-to-r from-gray-100 dark:from-gray-800 to-gray-100 dark:to-gra | |
<small class="text-sm"> | ||
<a class="hover:underline text-blue-500" | ||
href="{{ __('welcome.pii-link') }}">{{ __('welcome.pii-text') }}</a><br> | ||
© 2023 <a class="hover:underline text-blue-500" href="https://www.cesnet.cz">CESNET</a>, | ||
© 2023–<?= date('Y') ?> <a class="hover:underline text-blue-500" | ||
href="https://www.cesnet.cz">CESNET</a>, | ||
<a class="hover:underline text-blue-500" href="mailto:[email protected]">[email protected]</a>. | ||
</small> | ||
</p> | ||
|