diff options
Diffstat (limited to 'views/partials')
| -rw-r--r-- | views/partials/searchform.ejs | 4 | ||||
| -rw-r--r-- | views/partials/threads.ejs | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/views/partials/searchform.ejs b/views/partials/searchform.ejs new file mode 100644 index 0000000..be4bd97 --- /dev/null +++ b/views/partials/searchform.ejs @@ -0,0 +1,4 @@ +<form id="search_form" action="/search" method="get" style="margin: 10px;"> + <div class='button'></div> + <input type="text" name="query" autofocus> +</form> diff --git a/views/partials/threads.ejs b/views/partials/threads.ejs index 94a7a62..9711eff 100644 --- a/views/partials/threads.ejs +++ b/views/partials/threads.ejs @@ -28,7 +28,7 @@ <td> <a href="/profile/{{username}}">{{username}}</a> {{privacy_dot}} </td> - <td class="{{color}}"> + <td class="{{color}} title"> <a href="/details/{{id}}">{{title}}</a> </td> <td class="{{date_class}}"> |
