move save search button to sidebar
This commit is contained in:
8
app/views/posts/partials/index/_options.html.erb
Normal file
8
app/views/posts/partials/index/_options.html.erb
Normal file
@@ -0,0 +1,8 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user