aboutsummaryrefslogtreecommitdiffstats
path: root/resources/views
diff options
context:
space:
mode:
authorLibravatar Michal Kostewicz <m.kostewicz84@gmail.com>2021-02-07 09:49:21 +0100
committerLibravatar Michal Kostewicz <m.kostewicz84@gmail.com>2021-02-07 09:49:21 +0100
commit5296311b393a61b08e771d3074a8a9c7258533cc (patch)
tree24fd64d1b620199adf907427ba467e567597f187 /resources/views
parentAdd lastname column to User DB table and update API logic to save,return and ... (diff)
downloadferdium-server-5296311b393a61b08e771d3074a8a9c7258533cc.tar.gz
ferdium-server-5296311b393a61b08e771d3074a8a9c7258533cc.tar.zst
ferdium-server-5296311b393a61b08e771d3074a8a9c7258533cc.zip
Fix regarding CR comments - username should be added to user and not to workspace
Diffstat (limited to 'resources/views')
-rw-r--r--resources/views/dashboard/data.edge14
1 files changed, 8 insertions, 6 deletions
diff --git a/resources/views/dashboard/data.edge b/resources/views/dashboard/data.edge
index 92a78d4..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>
@@ -123,9 +131,6 @@
123 Name 131 Name
124 </th> 132 </th>
125 <th> 133 <th>
126 Last Name
127 </th>
128 <th>
129 Order 134 Order
130 </th> 135 </th>
131 <th> 136 <th>
@@ -151,9 +156,6 @@
151 {{ workspace.name }} 156 {{ workspace.name }}
152 </td> 157 </td>
153 <td> 158 <td>
154 {{ workspace.lastname }}
155 </td>
156 <td>
157 {{ workspace.order }} 159 {{ workspace.order }}
158 </td> 160 </td>
159 <td> 161 <td>