Apply rule to end files with a newline character
This commit is contained in:
@@ -61,4 +61,3 @@
|
|||||||
<%= page_entries_info @pages %>
|
<%= page_entries_info @pages %>
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
|
|||||||
@@ -2,4 +2,3 @@
|
|||||||
|
|
||||||
var field_with_errors = "#js-comment-form-<%= dom_id %> #comment-body-<%= dom_id %>";
|
var field_with_errors = "#js-comment-form-<%= dom_id %> #comment-body-<%= dom_id %>";
|
||||||
App.Comments.display_error(field_with_errors, "<%= j render("comments/errors") %>");
|
App.Comments.display_error(field_with_errors, "<%= j render("comments/errors") %>");
|
||||||
|
|
||||||
|
|||||||
@@ -9,4 +9,3 @@
|
|||||||
<p>
|
<p>
|
||||||
<a href="javascript:window.print();" class="button warning"><%= t("management.print_info") %></a>
|
<a href="javascript:window.print();" class="button warning"><%= t("management.print_info") %></a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -29,4 +29,3 @@
|
|||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</div>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
|
|||||||
@@ -31,4 +31,3 @@ describe "Admin users" do
|
|||||||
expect(page).not_to have_content @admin.email
|
expect(page).not_to have_content @admin.email
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
@@ -27,4 +27,3 @@ describe "Proposal ballots" do
|
|||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
@@ -20,4 +20,3 @@ describe "Sessions" do
|
|||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user