diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-12-10 04:42:16 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-12-10 04:42:16 +0100 |
| commit | a932b664db987f2cf9ceefe9bb56e43793470d5e (patch) | |
| tree | bd0722849164218e418cc032d5a8a50d6b106709 /views/partials/threads.ejs | |
| parent | 9978bb56fc2c56ad52930bde9bcaa561158a158a (diff) | |
style search. LOTTA styling
Diffstat (limited to 'views/partials/threads.ejs')
| -rw-r--r-- | views/partials/threads.ejs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/views/partials/threads.ejs b/views/partials/threads.ejs index b3a6e75..ec93efa 100644 --- a/views/partials/threads.ejs +++ b/views/partials/threads.ejs @@ -1,6 +1,17 @@ <table class="ledger" id="threads"> + <script class="welcomeTemplate" type="text/html"> + <tr class='keyword'> + <td> + <b><i>the latest</i></b> · + </td> + <td> + <a href="/post/">Start a new thread!</a> + </td> + </tr> + </script> + <script class="keywordTemplate" type="text/html"> <tr class='keyword'> <td> |
