summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-12-14 20:20:56 +0100
committerJules Laplace <julescarbon@gmail.com>2017-12-14 20:20:56 +0100
commit245ce015f565da0626c70340d6e1710056245c52 (patch)
tree124d8fb0921d29407264c367320fcd4bb00e9978 /views
parent3a42fe7ad797a6f9cf747d2d358015ac992765a7 (diff)
css
Diffstat (limited to 'views')
-rw-r--r--views/pages/profile.ejs2
-rw-r--r--views/partials/header.ejs2
2 files changed, 2 insertions, 2 deletions
diff --git a/views/pages/profile.ejs b/views/pages/profile.ejs
index 86c17f6..7cb7d87 100644
--- a/views/pages/profile.ejs
+++ b/views/pages/profile.ejs
@@ -9,7 +9,7 @@
<table>
<script type="text/html" class="template">
<tr>
- <td>{{key}}</td>
+ <td>{{label}}</td>
<td>{{value}}</td>
</tr>
</script>
diff --git a/views/partials/header.ejs b/views/partials/header.ejs
index c810114..f31594b 100644
--- a/views/partials/header.ejs
+++ b/views/partials/header.ejs
@@ -10,7 +10,7 @@
<body class="loading">
<header>
- <h1><%= title %></h1>
<% include ../partials/searchform %>
+ <h1><%= title %></h1>
</header>
<content> \ No newline at end of file