Fix link in label getting escaped
This commit is contained in:
@@ -54,7 +54,7 @@
|
|||||||
<textarea id="user_favorite_tags" class="text optional" rows="5" name="user[favorite_tags]" cols="40"><%= raw @user.favorite_tags %></textarea>
|
<textarea id="user_favorite_tags" class="text optional" rows="5" name="user[favorite_tags]" cols="40"><%= raw @user.favorite_tags %></textarea>
|
||||||
<span class="hint">A list of tags that you use often. They will appear when using the list of Related Tags.</span>
|
<span class="hint">A list of tags that you use often. They will appear when using the list of Related Tags.</span>
|
||||||
</div>
|
</div>
|
||||||
<%= f.input :custom_style, :label => "Custom <a href='http://en.wikipedia.org/wiki/Cascading_Style_Sheets'>CSS</a> style", :hint => "Style to apply to the whole site." %>
|
<%= f.input :custom_style, :label => "Custom <a href='http://en.wikipedia.org/wiki/Cascading_Style_Sheets'>CSS</a> style".html_safe, :hint => "Style to apply to the whole site." %>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
<fieldset id="change-password-section">
|
<fieldset id="change-password-section">
|
||||||
|
|||||||
Reference in New Issue
Block a user