Revert "partial fix #1199"

This reverts commit f4492a0d99.
This commit is contained in:
Toks
2013-04-15 00:38:15 -04:00
parent 6e0cf4cdd5
commit 7aae5f03e8

View File

@@ -29,7 +29,7 @@
<div class="input text optional field_with_hint"> <div class="input text optional field_with_hint">
<label class="text optional" for="user_favorite_tags">Favorite tags</label> <label class="text optional" for="user_favorite_tags">Favorite tags</label>
<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">Put the tags you often use here, so they can show up in Related Tags field when you upload or edit a post.</span> <span class="hint">A list of whitespace delimited tags that show up in your profile.</span>
</div> </div>
</fieldset> </fieldset>