22 lines
608 B
Plaintext
22 lines
608 B
Plaintext
<h1 class="page-not-found"><%= t 'page_not_found.title' %></h1>
|
|
|
|
<%= build_plugin_html 'server:not-found-before-topics' %>
|
|
|
|
<%= @topics_partial %>
|
|
|
|
<%- unless @hide_search%>
|
|
<div class="row">
|
|
<div class="page-not-found-search">
|
|
<h2><%= t 'page_not_found.search_title' %></h2>
|
|
<p>
|
|
<form action='/search' id='discourse-search'>
|
|
<input type="text" name="q" value="<%= @slug %>">
|
|
<button class="btn btn-primary"><%= t 'page_not_found.search_button' %></button>
|
|
</form>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<%= preload_script('onpopstate-handler') %>
|
|
<%- end %>
|