Kill trailing whitespace in erb files
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<div id="c-note-versions">
|
||||
<div id="a-index">
|
||||
<h1>Note Changes</h1>
|
||||
|
||||
|
||||
<table width="100%" class="striped">
|
||||
<thead>
|
||||
<tr>
|
||||
@@ -15,7 +15,7 @@
|
||||
<th width="10%">Edited By</th>
|
||||
<th width="10%">Date</th>
|
||||
<th width="10%">Options</th>
|
||||
</tr>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<% @note_versions.each do |note_version| %>
|
||||
@@ -37,7 +37,7 @@
|
||||
<% end %>
|
||||
</td>
|
||||
</tr>
|
||||
<% end %>
|
||||
<% end %>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user