Kill trailing whitespace in erb files
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
<%= form_tag(moderator_dashboard_path, :method => :get, :class => "simple_form") do %>
|
||||
<div class="input">
|
||||
<label for="min_date">Minimum Date</label>
|
||||
<%= text_field_tag :min_date, @dashboard.min_date %>
|
||||
<%= text_field_tag :min_date, @dashboard.min_date %>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="input">
|
||||
<label for="max_level">Max Level</label>
|
||||
<%= user_level_select_tag(:max_level) %><br>
|
||||
</div>
|
||||
|
||||
|
||||
<%= submit_tag "Search" %>
|
||||
<% end %>
|
||||
@@ -3,7 +3,7 @@
|
||||
<label for="user_ids">Search IPs</label>
|
||||
<%= text_field_tag "search[ip_addr]", params[:ip_addrs] %>
|
||||
</div>
|
||||
|
||||
|
||||
<%= submit_tag "Search" %>
|
||||
<% end %>
|
||||
|
||||
@@ -12,6 +12,6 @@
|
||||
<label for="user_ids">Search User IDs</label>
|
||||
<%= text_field_tag "search[user_id]", params[:user_ids] %>
|
||||
</div>
|
||||
|
||||
|
||||
<%= submit_tag "Search" %>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user