aboutsummaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-07-05 19:47:47 +0530
committerLibravatar GitHub <noreply@github.com>2021-07-05 19:47:47 +0530
commit96938cd6dd10e77e96d4ab34b6f64a349254d98d (patch)
tree68c9f814980e5cab5614d2c2816330a406749899 /resources
parentChange main license holder to Ferdi and remove one existing in docker directory (diff)
parentBump set-getter from 0.1.0 to 0.1.1 (diff)
downloadferdium-server-96938cd6dd10e77e96d4ab34b6f64a349254d98d.tar.gz
ferdium-server-96938cd6dd10e77e96d4ab34b6f64a349254d98d.tar.zst
ferdium-server-96938cd6dd10e77e96d4ab34b6f64a349254d98d.zip
Merge branch 'master' into master
Diffstat (limited to 'resources')
-rw-r--r--resources/views/dashboard/account.edge8
-rw-r--r--resources/views/dashboard/data.edge8
-rw-r--r--resources/views/layouts/main.edge1
-rw-r--r--resources/views/layouts/v2.edge1
4 files changed, 18 insertions, 0 deletions
diff --git a/resources/views/dashboard/account.edge b/resources/views/dashboard/account.edge
index 9f3539e..6792615 100644
--- a/resources/views/dashboard/account.edge
+++ b/resources/views/dashboard/account.edge
@@ -38,6 +38,14 @@
38 </div> 38 </div>
39 </div> 39 </div>
40 <div class="mb-6"> 40 <div class="mb-6">
41 <label class="block text-gray-700 text-sm font-bold mb-2">Last Name</label>
42 <div>
43 <input
44 class="shadow appearance-none rounded w-full py-2 px-3 text-gray-700 mb-3 leading-tight focus:outline-none focus:shadow-outline"
45 type="text" value="{{ old('lastname', lastname) }}" placeholder="Last Name" name="lastname" required>
46 </div>
47 </div>
48 <div class="mb-6">
41 <label class="block text-gray-700 text-sm font-bold mb-2">E-Mail</label> 49 <label class="block text-gray-700 text-sm font-bold mb-2">E-Mail</label>
42 <div> 50 <div>
43 <input 51 <input
diff --git a/resources/views/dashboard/data.edge b/resources/views/dashboard/data.edge
index 60ef10b..cf48c1c 100644
--- a/resources/views/dashboard/data.edge
+++ b/resources/views/dashboard/data.edge
@@ -50,6 +50,14 @@
50 </tr> 50 </tr>
51 <tr> 51 <tr>
52 <td> 52 <td>
53 Last Name
54 </td>
55 <td>
56 {{ lastname }}
57 </td>
58 </tr>
59 <tr>
60 <td>
53 Created account on 61 Created account on
54 </td> 62 </td>
55 <td> 63 <td>
diff --git a/resources/views/layouts/main.edge b/resources/views/layouts/main.edge
index b6cc8ca..00d9987 100644
--- a/resources/views/layouts/main.edge
+++ b/resources/views/layouts/main.edge
@@ -6,6 +6,7 @@
6 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0">
7 <meta http-equiv="X-UA-Compatible" content="ie=edge"> 7 <meta http-equiv="X-UA-Compatible" content="ie=edge">
8 <title>ferdi-server</title> 8 <title>ferdi-server</title>
9 <link rel="shortcut icon" type="image/jpg" href="img/favicon.ico" />
9 10
10 {{ style('css/vanilla') }} 11 {{ style('css/vanilla') }}
11 {{ style('css/main') }} 12 {{ style('css/main') }}
diff --git a/resources/views/layouts/v2.edge b/resources/views/layouts/v2.edge
index 39f8085..f3bf37c 100644
--- a/resources/views/layouts/v2.edge
+++ b/resources/views/layouts/v2.edge
@@ -6,6 +6,7 @@
6 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0">
7 <meta http-equiv="X-UA-Compatible" content="ie=edge"> 7 <meta http-equiv="X-UA-Compatible" content="ie=edge">
8 <title>Ferdi Server</title> 8 <title>Ferdi Server</title>
9 <link rel="shortcut icon" type="image/jpg" href="img/favicon.ico" />
9 10
10 {{ style('css/tailwind') }} 11 {{ style('css/tailwind') }}
11 {{ style('css/main') }} 12 {{ style('css/main') }}