makes content_tag table block [skip ci]

This commit is contained in:
edatrix 2014-12-10 16:16:58 -07:00
parent ff0327df2c
commit 9a799704f9
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ end
<%= f.submit "search" %>
<% end %>
...
<%= content_tag :table %>
<%= content_tag :table do %>
<%= content_tag :th, sort_link(@q, :last_name) %>
<%= content_tag :th, sort_link(@q, 'departments.title') %>
<%= content_tag :th, sort_link(@q, 'employees.last_name') %>