Apply rule to end files with a newline character

This commit is contained in:
Javi Martín
2019-06-18 02:00:14 +02:00
parent 347fc21cf0
commit 71d9ddd849
92 changed files with 85 additions and 92 deletions

View File

@@ -1 +1 @@
<%= render "admin/menu" %>
<%= render "admin/menu" %>

View File

@@ -9,4 +9,4 @@
<%= render "admin/poll/results/recount", resource: @booth_assignment %>
<%= render "admin/poll/results/result" %>
<% end %>
</div>
</div>

View File

@@ -1 +1 @@
$("#search-booths-results").html("<%= j render "search_booths_results" %>");
$("#search-booths-results").html("<%= j render "search_booths_results" %>");

View File

@@ -6,4 +6,4 @@
<%= form_for @booth, url: admin_booths_path(@booth) do |f| %>
<%= render "form", f: f %>
<% end %>
<% end %>

View File

@@ -1 +1 @@
$("#search-officers-results").html("<%= j render "search_officers_results" %>");
$("#search-officers-results").html("<%= j render "search_officers_results" %>");

View File

@@ -11,4 +11,4 @@
<td id="total_results"><%= resource.recounts.sum(:total_amount) %></td>
</tr>
</tbody>
</table>
</table>

View File

@@ -18,4 +18,4 @@
<% end %>
</tbody>
</table>
<% end %>
<% end %>

View File

@@ -1 +1 @@
$("#search-officers-results").html("<%= j render "search_officers_results" %>");
$("#search-officers-results").html("<%= j render "search_officers_results" %>");