mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-12 20:24:43 +08:00
11 lines
472 B
Text
11 lines
472 B
Text
<% 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 %>
|
|
-->
|