質問編集履歴

1

product→employee

2017/04/25 22:41

投稿

pecchan
pecchan

スコア555

test CHANGED
File without changes
test CHANGED
@@ -182,7 +182,7 @@
182
182
 
183
183
  <div class="col-sm-12 row text-center">
184
184
 
185
- <%= link_to products_path, class: 'btn btn-default btn-left' do %>クリア<% end %>
185
+ <%= link_to employees_path, class: 'btn btn-default btn-left' do %>クリア<% end %>
186
186
 
187
187
  <button class="btn btn-default btn-primary" type="submit"><i class="fa fa-search"></i> 検索</button>
188
188
 
@@ -292,7 +292,7 @@
292
292
 
293
293
 
294
294
 
295
- @products = @q
295
+ @employees = @q
296
296
 
297
297
  .result
298
298