aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/html
diff options
context:
space:
mode:
Diffstat (limited to 'template/html')
-rw-r--r--template/html/create_user.html3
-rw-r--r--template/html/edit_user.html3
-rw-r--r--template/html/sessions.html3
-rw-r--r--template/html/users.html3
4 files changed, 12 insertions, 0 deletions
diff --git a/template/html/create_user.html b/template/html/create_user.html
index 8faab49..ada1c13 100644
--- a/template/html/create_user.html
+++ b/template/html/create_user.html
@@ -16,6 +16,9 @@
<li>
<a href="{{ route "users" }}">{{ t "Users" }}</a>
</li>
+ <li>
+ <a href="{{ route "about" }}">{{ t "About" }}</a>
+ </li>
</ul>
</section>
diff --git a/template/html/edit_user.html b/template/html/edit_user.html
index 6611943..8c2d9fa 100644
--- a/template/html/edit_user.html
+++ b/template/html/edit_user.html
@@ -19,6 +19,9 @@
<li>
<a href="{{ route "createUser" }}">{{ t "Add user" }}</a>
</li>
+ <li>
+ <a href="{{ route "about" }}">{{ t "About" }}</a>
+ </li>
</ul>
</section>
diff --git a/template/html/sessions.html b/template/html/sessions.html
index 470dcba..f6d74c2 100644
--- a/template/html/sessions.html
+++ b/template/html/sessions.html
@@ -18,6 +18,9 @@
<a href="{{ route "createUser" }}">{{ t "Add user" }}</a>
</li>
{{ end }}
+ <li>
+ <a href="{{ route "about" }}">{{ t "About" }}</a>
+ </li>
</ul>
</section>
diff --git a/template/html/users.html b/template/html/users.html
index 40ca5e9..7fd7e47 100644
--- a/template/html/users.html
+++ b/template/html/users.html
@@ -16,6 +16,9 @@
<li>
<a href="{{ route "createUser" }}">{{ t "Add user" }}</a>
</li>
+ <li>
+ <a href="{{ route "about" }}">{{ t "About" }}</a>
+ </li>
</ul>
</section>