Apply rule to end files with a newline character
This commit is contained in:
@@ -1 +1 @@
|
||||
<%= render "admin/menu" %>
|
||||
<%= render "admin/menu" %>
|
||||
|
||||
@@ -9,4 +9,4 @@
|
||||
<%= render "admin/poll/results/recount", resource: @booth_assignment %>
|
||||
<%= render "admin/poll/results/result" %>
|
||||
<% end %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1 +1 @@
|
||||
$("#search-booths-results").html("<%= j render "search_booths_results" %>");
|
||||
$("#search-booths-results").html("<%= j render "search_booths_results" %>");
|
||||
|
||||
@@ -6,4 +6,4 @@
|
||||
|
||||
<%= form_for @booth, url: admin_booths_path(@booth) do |f| %>
|
||||
<%= render "form", f: f %>
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
@@ -1 +1 @@
|
||||
$("#search-officers-results").html("<%= j render "search_officers_results" %>");
|
||||
$("#search-officers-results").html("<%= j render "search_officers_results" %>");
|
||||
|
||||
@@ -11,4 +11,4 @@
|
||||
<td id="total_results"><%= resource.recounts.sum(:total_amount) %></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</table>
|
||||
|
||||
@@ -18,4 +18,4 @@
|
||||
<% end %>
|
||||
</tbody>
|
||||
</table>
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
@@ -1 +1 @@
|
||||
$("#search-officers-results").html("<%= j render "search_officers_results" %>");
|
||||
$("#search-officers-results").html("<%= j render "search_officers_results" %>");
|
||||
|
||||
Reference in New Issue
Block a user