aboutsummaryrefslogtreecommitdiffstats
path: root/resources/views/dashboard
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-04-24 12:23:44 -0500
committerLibravatar GitHub <noreply@github.com>2022-04-24 12:23:44 -0500
commit442ef142fc4bd7c430d8a1314535f03576f616f6 (patch)
tree10d8df84e8c5ba68b7dd0bf6bc1e0add6a766b63 /resources/views/dashboard
parentfix: branding on README.md (diff)
downloadferdium-server-442ef142fc4bd7c430d8a1314535f03576f616f6.tar.gz
ferdium-server-442ef142fc4bd7c430d8a1314535f03576f616f6.tar.zst
ferdium-server-442ef142fc4bd7c430d8a1314535f03576f616f6.zip
Rebranded from 'ferdi' to 'ferdium' (#4)
Diffstat (limited to 'resources/views/dashboard')
-rw-r--r--resources/views/dashboard/account.edge2
-rw-r--r--resources/views/dashboard/delete.edge2
-rw-r--r--resources/views/dashboard/login.edge2
-rw-r--r--resources/views/dashboard/transfer.edge2
4 files changed, 4 insertions, 4 deletions
diff --git a/resources/views/dashboard/account.edge b/resources/views/dashboard/account.edge
index a36d175..b805ac5 100644
--- a/resources/views/dashboard/account.edge
+++ b/resources/views/dashboard/account.edge
@@ -4,7 +4,7 @@
4<div class="w-screen bg-purple-200 flex items-center justify-center"> 4<div class="w-screen bg-purple-200 flex items-center justify-center">
5 <div class="w-full max-w-lg bg-white shadow-md rounded px-8 pt-6 pb-8 mb-4"> 5 <div class="w-full max-w-lg bg-white shadow-md rounded px-8 pt-6 pb-8 mb-4">
6 <h1 class="text-gray-700 text-center text-2xl pb-5"> 6 <h1 class="text-gray-700 text-center text-2xl pb-5">
7 Your Ferdi account 7 Your Ferdium account
8 </h1> 8 </h1>
9 @if(flashMessage('error')) 9 @if(flashMessage('error'))
10 <div class="bg-orange-100 border-l-4 border-orange-500 text-orange-700 p-4"> 10 <div class="bg-orange-100 border-l-4 border-orange-500 text-orange-700 p-4">
diff --git a/resources/views/dashboard/delete.edge b/resources/views/dashboard/delete.edge
index 1395f7a..d058a73 100644
--- a/resources/views/dashboard/delete.edge
+++ b/resources/views/dashboard/delete.edge
@@ -16,7 +16,7 @@
16 @endif 16 @endif
17 17
18 <form action="/user/delete" method="POST"> 18 <form action="/user/delete" method="POST">
19 <p>Are you sure, that you want to delete your Ferdi account?</p> 19 <p>Are you sure, that you want to delete your Ferdium account?</p>
20 <p>This will <b>permanently</b> delete all your account settings, services and workspaces.</p> 20 <p>This will <b>permanently</b> delete all your account settings, services and workspaces.</p>
21 <div class="pt-8"> 21 <div class="pt-8">
22 {{ csrfField() }} 22 {{ csrfField() }}
diff --git a/resources/views/dashboard/login.edge b/resources/views/dashboard/login.edge
index ee354a4..23995ae 100644
--- a/resources/views/dashboard/login.edge
+++ b/resources/views/dashboard/login.edge
@@ -61,7 +61,7 @@
61 </div> 61 </div>
62 <div class="text-center"> 62 <div class="text-center">
63 <a class="w-full font-bold text-sm text-blue-500 hover:text-blue-800" href="../import"> 63 <a class="w-full font-bold text-sm text-blue-500 hover:text-blue-800" href="../import">
64 Import your Franz account 64 Import your Franz/Ferdi account
65 </a> 65 </a>
66 </div> 66 </div>
67</form> 67</form>
diff --git a/resources/views/dashboard/transfer.edge b/resources/views/dashboard/transfer.edge
index 9412a8c..103381d 100644
--- a/resources/views/dashboard/transfer.edge
+++ b/resources/views/dashboard/transfer.edge
@@ -28,7 +28,7 @@
28 <h3 class="text-gray-600 text-xl">Import data</h3> 28 <h3 class="text-gray-600 text-xl">Import data</h3>
29 <div> 29 <div>
30 <div> 30 <div>
31 <input type="file" name="file" id="file" value="" accept=".json,.ferdi-data" required> 31 <input type="file" name="file" id="file" value="" accept=".json,.ferdi-data,.ferdium-data" required>
32 </div> 32 </div>
33 </div> 33 </div>
34 34