Files
danbooru/app/views/static/pagination_error.html.erb
evazion 6a984de3d5 views: refactor page titles.
Refactor `page_title` helper to automatically include site name.
2020-01-25 01:52:18 -06:00

16 lines
398 B
Plaintext

<% page_title "Page Limit Exceeded" %>
<h1>Search Error</h1>
<p>
<%= @message %>
<% if CurrentUser.is_platinum? %>
Try narrowing your search terms.
<% else %>
Try narrowing your search terms, or <%= link_to "upgrade your account", new_user_upgrade_path %> to go beyond page <%= Danbooru.config.max_numbered_pages %>.
<% end %>
</p>
<%= link_to "Go back", :back, rel: "prev" %>