Project

General

Profile

Feature #43950 » 0001-Remove-unnecessary-list-marker-insertion-from-search-field.patch

Katsuya HIDAKA, 2026-04-11 07:03

View differences:

app/views/search/index.html.erb
3 3
<%= form_tag({}, :method => :get, :id => 'search-form') do %>
4 4
<div class="box">
5 5
<%= label_tag "search-input", l(:description_search), :class => "hidden-for-sighted" %>
6
<p><%= text_field_tag 'q', @question, :size => 60, :id => 'search-input',
7
                      :data => {
8
                          :auto_complete => true
9
                      }.merge(list_autofill_data_attributes) %>
6
<p><%= text_field_tag 'q', @question, :size => 60, :id => 'search-input', :data => { :auto_complete => true } %>
10 7
<%= project_select_tag %>
11 8
<%= hidden_field_tag 'all_words', '', :id => nil %>
12 9
<label><%= check_box_tag 'all_words', 1, @all_words %> <%= l(:label_all_words) %></label>
(6-6/7)