scinote-web/app/views/search/new.html.erb

12 lines
472 B
Plaintext
Raw Normal View History

2016-02-12 23:52:43 +08:00
<% provide(:head_title, t("search.index.head_title")) %>
<!--
<h1 class="page-header"><%= t 'search.index.page_title' %></h1>
<%= form_tag search_path, method: :get, class: 'form-inline' do %>
<div class="form-group">
<%= text_field_tag :q, '', class: 'form-control', size: 25, maxlength: 50, pattern: '.{0,50}', required: '', title: t('search.index.error.max_length', n: 50) %>
</div>
<%= button_tag 'Search', name: '', class: 'btn btn-default' %>
<% end %>
-->