Adjust URLs in `thread_compose.html.ep`
This commit is contained in:
parent
b4326d75b9
commit
f246841ca2
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue