Remove `SavedSearch.enabled?` checks. There's no need to make saved searches optional, since Redis is now required to run Danbooru.
9 lines
272 B
Plaintext
9 lines
272 B
Plaintext
<section id="options-box">
|
|
<h1>Options</h1>
|
|
<ul>
|
|
<% if CurrentUser.is_member? %>
|
|
<li><%= button_tag(tag.i(class: "fas fa-bookmark") + " Save search", id: "save-search", class: "ui-button ui-widget ui-corner-all sub") %></li>
|
|
<% end %>
|
|
</ul>
|
|
</section>
|