summaryrefslogtreecommitdiff
path: root/views/partials
diff options
context:
space:
mode:
authorpep <yes@peepee.me>2020-07-21 20:46:56 +0000
committerpep <yes@peepee.me>2020-07-21 20:46:56 +0000
commit97bee7fe1a48acb4c34e207863af56894c198151 (patch)
tree7a03bacd383319f2e4af70beb57ff0f9ae31b010 /views/partials
parentd93c099733afff27fbf7c172a40eca87519d38b7 (diff)
parent8a3178339ad407ec85ef0cd014a6ad13bfb4cadd (diff)
attempt at merge
Diffstat (limited to 'views/partials')
-rw-r--r--views/partials/hootbox.ejs2
-rw-r--r--views/partials/scripts.ejs2
-rw-r--r--views/partials/threads.ejs1
3 files changed, 4 insertions, 1 deletions
diff --git a/views/partials/hootbox.ejs b/views/partials/hootbox.ejs
index fe0298b..826b89a 100644
--- a/views/partials/hootbox.ejs
+++ b/views/partials/hootbox.ejs
@@ -1,7 +1,7 @@
<div class="bluebox" id="hootbox">
<form autocomplete="off">
<input type="text" name="comment" autocomplete="off">
- <button><%= hoot_text %></button>
+ <button class="hoot"><%= hoot_text %></button>
<div class="errors"></div>
</form>
<table id="hoots">
diff --git a/views/partials/scripts.ejs b/views/partials/scripts.ejs
index 7a8e8da..ce606f8 100644
--- a/views/partials/scripts.ejs
+++ b/views/partials/scripts.ejs
@@ -37,6 +37,8 @@
<script src="/assets/js/lib/views/profile/profile.js"></script>
<script src="/assets/js/lib/views/profile/profile_edit.js"></script>
+<script src="/assets/js/lib/views/users/users.js"></script>
+
<script src="/assets/js/lib/views/details/details.js"></script>
<script src="/assets/js/lib/views/details/settings.js"></script>
<script src="/assets/js/lib/views/details/comments.js"></script>
diff --git a/views/partials/threads.ejs b/views/partials/threads.ejs
index bf065f5..a5f5bee 100644
--- a/views/partials/threads.ejs
+++ b/views/partials/threads.ejs
@@ -9,6 +9,7 @@
<td colspan="4">
<a href="/post/">Start a new thread!</a> |
<a href="/keywords">Keywords</a> |
+ <a href="/users">Users</a> |
<a href="/mail">Inbox</a> |
<a href="/profile">Profile</a> |
<a href="/logout" class="logout">Logout</a>