diff options
Diffstat (limited to 'views/partials')
| -rw-r--r-- | views/partials/hootbox.ejs | 2 | ||||
| -rw-r--r-- | views/partials/scripts.ejs | 2 | ||||
| -rw-r--r-- | views/partials/threads.ejs | 1 |
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> |
