-
-
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.
- Loading branch information
Showing
39 changed files
with
231 additions
and
231 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
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
<.flash_group flash={@flash} /> | ||
<%= @inner_content %> | ||
{@inner_content} |
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
<meta name="robots" content="index,follow" /> | ||
<meta name="csrf-token" content={get_csrf_token()} /> | ||
<.live_title> | ||
<%= assigns[:page_title] <> " · SentryPeer" %> | ||
{assigns[:page_title] <> " · SentryPeer"} | ||
</.live_title> | ||
<!-- SPDX-License-Identifier: AGPL-3.0 --> | ||
<!-- Copyright (c) 2023 - 2024 Gavin Henry <[email protected]> --> | ||
|
@@ -29,7 +29,7 @@ | |
</head> | ||
<body class="bg-white antialiased h-full"> | ||
<!-- This is the start of the root component for the live view --> | ||
<%= @inner_content %> | ||
{@inner_content} | ||
<!-- This is the end of the root component for the live view --> | ||
<!-- Back to top button --> | ||
<button | ||
|
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
<meta name="robots" content="index,follow" /> | ||
<meta name="csrf-token" content={get_csrf_token()} /> | ||
<.live_title> | ||
<%= assigns[:page_title] <> " · SentryPeer" %> | ||
{assigns[:page_title] <> " · SentryPeer"} | ||
</.live_title> | ||
<!-- SPDX-License-Identifier: AGPL-3.0 --> | ||
<!-- Copyright (c) 2023 - 2024 Gavin Henry <[email protected]> --> | ||
|
@@ -51,7 +51,7 @@ | |
</head> | ||
<body class="bg-white antialiased h-full"> | ||
<!-- This is the start of the root component for the live view --> | ||
<%= @inner_content %> | ||
{@inner_content} | ||
<!-- This is the end of the root component for the live view --> | ||
</body> | ||
</html> |
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
<meta name="copyright" content="Gavin Henry, Ant Networks Limited." /> | ||
<meta name="robots" content="index,follow" /> | ||
<meta name="csrf-token" content={get_csrf_token()} /> | ||
<title><%= @page_title %>></title> | ||
<title>{@page_title}></title> | ||
<!-- SPDX-License-Identifier: AGPL-3.0 --> | ||
<!-- Copyright (c) 2023 - 2024 Gavin Henry <[email protected]> --> | ||
<!-- _____ _ _____ --> | ||
|
@@ -59,10 +59,10 @@ | |
<div class="text-center"> | ||
<p class="text-base font-semibold text-indigo-600">400</p> | ||
<h1 class="mt-4 text-3xl font-bold tracking-tight text-gray-900 dark:text-white sm:text-5xl"> | ||
Token <%= @reason %> | ||
Token {@reason} | ||
</h1> | ||
<p class="mt-6 text-base leading-7 text-gray-600 dark:text-white"> | ||
Sorry, your confirmation token is <%= @reason %> | ||
Sorry, your confirmation token is {@reason} | ||
</p> | ||
<div class="mt-10 flex items-center justify-center gap-x-6"> | ||
<a | ||
|
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,7 @@ | |
<meta name="copyright" content="Gavin Henry, Ant Networks Limited." /> | ||
<meta name="robots" content="index,follow" /> | ||
<meta name="csrf-token" content={get_csrf_token()} /> | ||
<title><%= @page_title %>></title> | ||
<title>{@page_title}></title> | ||
<!-- SPDX-License-Identifier: AGPL-3.0 --> | ||
<!-- Copyright (c) 2023 - 2024 Gavin Henry <[email protected]> --> | ||
<!-- _____ _ _____ --> | ||
|
Oops, something went wrong.