don't escape setting help to allow for html

This commit is contained in:
Stephen Birarda 2014-09-25 16:37:08 -07:00
parent 33a411b895
commit 1c899daa1c
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
"settings": [
{
"name": "access-token",
"label": "High Fidelity Access Token",
"label": "Access Token",
"help": "This is an access token generated on the <a href='https://data.highfidelity.io/tokens'>My Tokens</a> page of your High Fidelity account.<br/>Generate a token with the 'domains' scope and paste it here.<br/>This is required to associate this domain-server with a domain in your account."
},
{

View file

@ -55,7 +55,7 @@
<% } %>
<% } %>
</div>
<p class="help-block col-sm-offset-2 col-sm-10"><%- setting.help %></p>
<p class="help-block col-sm-offset-2 col-sm-10"><%= setting.help %></p>
</div>
<% }); %>
</div>