This commit is contained in:
Albert Yi
2018-04-12 12:57:39 -07:00
parent ad1ed5a510
commit cd88a8df9f
22 changed files with 22 additions and 22 deletions

View File

@@ -7,7 +7,7 @@
<%= simple_form_for(@saved_search) do |f| %>
<%= f.input :query, :as => :string %>
<%= f.input :label_string, :label => "Labels", :hint => "A list of tags to help categorize this search. Space delimited." %>
<%= f.button :submit, :value => "Submit", :data => { :disable_with => "Submitting..." } %>
<%= f.button :submit, :value => "Submit" %>
<% end %>
</div>
</div>