app/views/components/lolita/configuration/column/_header.html.erb in lolita-3.1.10 vs app/views/components/lolita/configuration/column/_header.html.erb in lolita-3.1.11
- old
+ new
@@ -1,7 +1,7 @@
-<th <%=column.currently_sorting?(params) ? "class='active'" : ""%> >
- <% if column.sortable? %>
- <%= render_component column, :sort %>
- <% else %>
- <%= column.title.to_s.capitalize %>
- <% end %>
-</th>
+<th <%=column.currently_sorting?(params) ? "class='active'" : ""%> >
+ <% if column.sortable? %>
+ <%= render_component column, :sort %>
+ <% else %>
+ <%= column.title.to_s.capitalize %>
+ <% end %>
+</th>