Kill trailing whitespace in erb files

This commit is contained in:
小太
2013-03-19 23:11:58 +11:00
parent aef86bda04
commit 1a03a86592
119 changed files with 271 additions and 271 deletions

View File

@@ -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 %>

View File

@@ -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 %>