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,7 +1,7 @@
<div id="c-notes">
<div id="a-index">
<h1>Notes</h1>
<table width="100%" class="striped">
<thead>
<tr>
@@ -24,7 +24,7 @@
<% end %>
</tbody>
</table>
<%= sequential_paginator(@notes) %>
</div>
</div>

View File

@@ -1,9 +1,9 @@
<div id="c-notes">
<div id="a-index">
<h1>Notes</h1>
<%= @post_set.presenter.post_previews_html(self) %>
<%= numbered_paginator(@posts, false) %>
</div>
</div>

View File

@@ -1,7 +1,7 @@
<div id="c-notes">
<div id="a-search">
<h1>Search Notes</h1>
<%= form_tag(notes_path, :method => :get, :class => "simple_form") do %>
<%= hidden_field_tag "group_by", "note" %>
<%= search_field "body_matches", :label => "Body" %>