Kill trailing whitespace in erb files
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<% end %>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
<%= numbered_paginator(@ip_bans) %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<h1>New IP Ban</h1>
|
||||
|
||||
<%= error_messages_for "ip_ban" %>
|
||||
|
||||
|
||||
<%= simple_form_for(@ip_ban) do |f| %>
|
||||
<%= f.input :ip_addr, :label => "IP Address" %>
|
||||
<%= f.input :reason, :input_html => {:size => "50x5"} %>
|
||||
|
||||
Reference in New Issue
Block a user