Files
danbooru/app/views/posts/partials/index/_options.html.erb
2017-11-17 16:51:38 -08:00

9 lines
269 B
Plaintext

<section id="options-box">
<h1>Options</h1>
<ul>
<% if SavedSearch.enabled? && CurrentUser.is_member? %>
<li><%= button_tag "Save search", id: "save-search", class: "ui-button ui-widget ui-corner-all gradient sub" %></li>
<% end %>
</ul>
</section>