Adjust URLs in `thread_compose.html.ep`

This commit is contained in:
ngoomie 2024-08-21 18:35:29 -06:00
parent b4326d75b9
commit f246841ca2
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<a href="/"><%= $self->board_name %></a> » <%= $cat_title %> »
<%= $subf_title %> » new thread
<br /><br />
<form method="post" action="/<%= $subf_id %>/new/">
<form method="post" action="/board/<%= $subf_id %>/new/">
<input
id="thread-title"
name="thread-title"