aboutsummaryrefslogtreecommitdiff
path: root/cgi/templates/manage
diff options
context:
space:
mode:
authorLibravatar neptune 2020-11-10 04:02:41 -0300
committerLibravatar neptune 2020-11-10 04:02:41 -0300
commit0313477c29f101f332b51b2c1ea361320e22bd85 (patch)
treefb7004573767e2cbf67e7d53dfbc66d672a49edb /cgi/templates/manage
parent2c7f1346f618f2b6d77aaf5ab763313f7d51cdbe (diff)
downloadweabot-0313477c29f101f332b51b2c1ea361320e22bd85.tar.gz
weabot-0313477c29f101f332b51b2c1ea361320e22bd85.tar.xz
weabot-0313477c29f101f332b51b2c1ea361320e22bd85.zip
Modbrowse usa path_split
Diffstat (limited to 'cgi/templates/manage')
-rw-r--r--cgi/templates/manage/mod.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/cgi/templates/manage/mod.html b/cgi/templates/manage/mod.html
index ddc688f..1cbaddf 100644
--- a/cgi/templates/manage/mod.html
+++ b/cgi/templates/manage/mod.html
@@ -25,7 +25,7 @@
<tr>
<td>#{i}</td>
<td>#{thread['id']}</td>
- <td><a href="?thread=#{thread['id']}"><b>#{thread['subject']}</b></a></td>
+ <td><a href="#{cgi_url}manage/mod/#{dir}/#{thread['id']}"><b>#{thread['subject']}</b></a></td>
<td class="date" data-unix="${thread['timestamp']}">#{thread['timestamp_formatted'][:21]}</td>
<td>${thread['message'][:200]}</td>
<td>#{thread['length']}</td>
@@ -93,4 +93,4 @@
<?py #endif ?>
</center>
<hr />
-<?py include('templates/base_bottom.html') ?> \ No newline at end of file
+<?py include('templates/base_bottom.html') ?>