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

@@ -4,12 +4,12 @@
<%= search_field "title", :hint => "Use * for wildcard searches" %>
<%= search_field "creator_name" %>
<%= search_field "body_matches", :label => "Body" %>
<div class="input">
<label for="search_sort">Sort</label>
<%= select "search", "sort", ["Name", "Date"] %>
</div>
<%= submit_tag "Search" %>
<% end %>
</div>