2019-10-08 19:15:08 +08:00
|
|
|
<div class="page-not-found">
|
|
|
|
<h1 class="title"><%= @title %></h1>
|
|
|
|
|
|
|
|
<%- if @group&.allow_membership_requests %>
|
|
|
|
<a href="<%= group_path @group.name %>" class='btn btn-primary'><%= SvgSprite.raw_svg('user-plus') %> <%= I18n.t('not_in_group.request_membership') %></a>
|
|
|
|
<%- elsif @group&.public_admission %>
|
|
|
|
<a href="<%= group_path @group.name %>" class='btn btn-primary'><%= SvgSprite.raw_svg('user-plus') %> <%= I18n.t('not_in_group.join_group') %></a>
|
|
|
|
<%- end %>
|
|
|
|
</div>
|
2013-07-12 04:38:46 +08:00
|
|
|
|
2017-11-15 05:31:44 +08:00
|
|
|
<%= build_plugin_html 'server:not-found-before-topics' %>
|
2017-11-15 00:57:17 +08:00
|
|
|
|
2019-02-12 18:20:33 +08:00
|
|
|
<%= @topics_partial %>
|
2013-07-12 04:38:46 +08:00
|
|
|
|
2018-08-15 09:53:04 +08:00
|
|
|
<%- unless @hide_search%>
|
2014-04-30 03:17:40 +08:00
|
|
|
<div class="row">
|
2017-11-25 01:41:31 +08:00
|
|
|
<div class="page-not-found-search">
|
2014-09-06 16:01:05 +08:00
|
|
|
<h2><%= t 'page_not_found.search_title' %></h2>
|
2014-04-30 03:17:40 +08:00
|
|
|
<p>
|
2018-08-15 09:53:04 +08:00
|
|
|
<form action='/search' id='discourse-search'>
|
2017-06-29 13:37:03 +08:00
|
|
|
<input type="text" name="q" value="<%= @slug %>">
|
2018-08-15 09:53:04 +08:00
|
|
|
<button class="btn btn-primary"><%= t 'page_not_found.search_button' %></button>
|
2014-04-30 03:17:40 +08:00
|
|
|
</form>
|
|
|
|
</p>
|
|
|
|
</div>
|
2013-07-12 04:38:46 +08:00
|
|
|
</div>
|
|
|
|
|
2018-11-16 02:35:38 +08:00
|
|
|
<%= preload_script('onpopstate-handler') %>
|
2014-04-30 03:17:40 +08:00
|
|
|
<%- end %>
|