Archive: ComponentOwl Rails app, DB backups, go redirect script
This commit is contained in:
8
app/views/support/_search.html.erb
Normal file
8
app/views/support/_search.html.erb
Normal file
@@ -0,0 +1,8 @@
|
||||
<div class="help-search">
|
||||
<% form_tag "/faqs/search", :method => :get do -%>
|
||||
<p>
|
||||
<%= text_field_tag "search[question_or_answer_contains]", "", :id => "search" %>
|
||||
<%= submit_tag t("txt.support.search_help_button"), :class => "submit" %>
|
||||
</p>
|
||||
<% end -%>
|
||||
</div>
|
||||
Reference in New Issue
Block a user