More tweaking
This commit is contained in:
@@ -46,7 +46,13 @@ templ Board(board database.Board, isAdmin bool) {
|
||||
<option value="replycount">Reply count</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="action-item action-search">
|
||||
<div class="action-item action-refresh">
|
||||
<a
|
||||
class="link-button"
|
||||
_="on click trigger refreshPosts on body"
|
||||
>[Refresh]</a>
|
||||
</div>
|
||||
<div class="action-item">
|
||||
<input
|
||||
type="search"
|
||||
id="catalogSearch"
|
||||
@@ -54,12 +60,6 @@ templ Board(board database.Board, isAdmin bool) {
|
||||
oninput="applyCatalogSearch()"
|
||||
/>
|
||||
</div>
|
||||
<div class="action-item">
|
||||
<a
|
||||
class="link-button"
|
||||
_="on click trigger refreshPosts on body"
|
||||
>[Refresh]</a>
|
||||
</div>
|
||||
</div>
|
||||
<hr/>
|
||||
<div
|
||||
|
||||
@@ -102,9 +102,7 @@ templ PostOriginal(post database.Post, thread database.Thread) {
|
||||
}
|
||||
</span>
|
||||
<h1 class="thread-subject">
|
||||
if thread.Subject != "" {
|
||||
{ thread.Subject } -
|
||||
}
|
||||
{ thread.Subject }
|
||||
</h1>
|
||||
<span class="post-author">{ post.Author }</span>
|
||||
<span class="post-date">{ post.CreatedAt.Format("01/02/2006") }</span>
|
||||
|
||||
Reference in New Issue
Block a user