Skip to content

Commit

Permalink
adds message to remind users to use short and concise sentences to re…
Browse files Browse the repository at this point in the history
…tain anonymity #10
  • Loading branch information
jackcarlisle committed Apr 12, 2017
1 parent 983df8d commit 628ad3a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions web/templates/feedback/new.html.eex
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@
<% end %>
</div>
<div class="feedback-question">Tell us your thoughts.</div>
<div class="feedback-anonymous-hint">
(To help retain your <span class="highlight">anonymity</span>, use
<span class="highlight">short</span> and <span class="highlight">concise</span>
sentences so it is more <span class="highlight">difficult</span> to
<span class="highlight">identify</span> you by your writing style!)
</div>
<div class="form-group">
<%= textarea f, :item, placeholder: "What's on your mind?", class: "text_area top-buffer" %>
<%= error_tag f, :item %>
Expand Down

0 comments on commit 628ad3a

Please sign in to comment.