Kill trailing whitespace in erb files
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<div id="c-user-feedbacks">
|
||||
<div id="a-index">
|
||||
<h1>User Feedback</h1>
|
||||
|
||||
|
||||
<table class="striped" width="100%">
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<div id="c-user-feedbacks">
|
||||
<div id="a-show">
|
||||
<h1>User Feedback For <%= @user_feedback.user_name %></h1>
|
||||
|
||||
|
||||
<ul>
|
||||
<li><strong>Creator</strong> <%= @user_feedback.creator.name %></li>
|
||||
<li><strong>Date</strong> <%= @user_feedback.created_at %></li>
|
||||
|
||||
Reference in New Issue
Block a user