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 %> »
|
<a href="/"><%= $self->board_name %></a> » <%= $cat_title %> »
|
||||||
<%= $subf_title %> » new thread
|
<%= $subf_title %> » new thread
|
||||||
<br /><br />
|
<br /><br />
|
||||||
<form method="post" action="/<%= $subf_id %>/new/">
|
<form method="post" action="/board/<%= $subf_id %>/new/">
|
||||||
<input
|
<input
|
||||||
id="thread-title"
|
id="thread-title"
|
||||||
name="thread-title"
|
name="thread-title"
|
||||||
|
|
Loading…
Reference in New Issue