first commit
This commit is contained in:
17
app/views/suggestions/_suggestion.html.erb
Normal file
17
app/views/suggestions/_suggestion.html.erb
Normal file
@@ -0,0 +1,17 @@
|
||||
<div id="<%= dom_id suggestion %>">
|
||||
<p>
|
||||
<strong>Subject:</strong>
|
||||
<%= suggestion.subject %>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<strong>Body:</strong>
|
||||
<%= suggestion.body %>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<strong>Sent:</strong>
|
||||
<%= suggestion.sent %>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user