diff options
Diffstat (limited to 'app/views/time_tables/index.html.erb')
| -rw-r--r-- | app/views/time_tables/index.html.erb | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/app/views/time_tables/index.html.erb b/app/views/time_tables/index.html.erb index 9b3ee6e12..2163dfa94 100644 --- a/app/views/time_tables/index.html.erb +++ b/app/views/time_tables/index.html.erb @@ -2,10 +2,10 @@  <%= search_form_for @q, :url => referential_time_tables_path(@referential), remote: true, :html => {:method => :get, class: "form-inline", :id => "search", role: "form"} do |f| %>  <div class="panel panel-default"> -  <div class="panel-heading">    -    <div class="input-group col-md-9">    +  <div class="panel-heading"> +    <div class="input-group col-md-9">        <%= f.text_field :comment_cont, :placeholder => "#{t('.comment')}", :class => 'form-control' %> -       +        <div class="input-group-btn">          <button class="btn btn-default" type="submit"><i class="fa fa-search"></i></button>        </div> @@ -14,8 +14,8 @@        <i class="fa fa-plus"></i> <%= "#{t('.advanced_search')}" %>      </a>    </div> -   -  <div id="advanced_search" class="panel-collapse collapse">           + +  <div id="advanced_search" class="panel-collapse collapse">      <div class="panel-body">        <div>          <label><%= "#{t('.from')}" %></label> | 
