Files
danbooru/app/views/posts/partials/index/_options.html.erb
Albert Yi 4fe7f5eff9 restyling
2019-01-23 17:40:58 -08:00

9 lines
296 B
Plaintext

<section id="options-box">
<h1>Options</h1>
<ul>
<% if SavedSearch.enabled? && 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>