2014-02-23 20:47:44 -05:00
|
|
|
<h1 class="page-not-found"><%= t 'page_not_found.title' %></h1>
|
2013-07-11 16:38:46 -04:00
|
|
|
|
2017-11-14 16:31:44 -05:00
|
|
|
<%= build_plugin_html 'server:not-found-before-topics' %>
|
2017-11-14 11:57:17 -05:00
|
|
|
|
2019-02-12 05:20:33 -05:00
|
|
|
<%= @topics_partial %>
|
2013-07-11 16:38:46 -04:00
|
|
|
|
2018-08-14 21:53:04 -04:00
|
|
|
<%- unless @hide_search%>
|
2014-04-29 15:17:40 -04:00
|
|
|
<div class="row">
|
2017-11-24 12:41:31 -05:00
|
|
|
<div class="page-not-found-search">
|
2014-09-06 04:01:05 -04:00
|
|
|
<h2><%= t 'page_not_found.search_title' %></h2>
|
2014-04-29 15:17:40 -04:00
|
|
|
<p>
|
2018-08-14 21:53:04 -04:00
|
|
|
<form action='/search' id='discourse-search'>
|
2017-06-29 01:37:03 -04:00
|
|
|
<input type="text" name="q" value="<%= @slug %>">
|
2018-08-14 21:53:04 -04:00
|
|
|
<button class="btn btn-primary"><%= t 'page_not_found.search_button' %></button>
|
2014-04-29 15:17:40 -04:00
|
|
|
</form>
|
|
|
|
</p>
|
|
|
|
</div>
|
2013-07-11 16:38:46 -04:00
|
|
|
</div>
|
|
|
|
|
2018-11-15 13:35:38 -05:00
|
|
|
<%= preload_script('onpopstate-handler') %>
|
2014-04-29 15:17:40 -04:00
|
|
|
<%- end %>
|