This commit is contained in:
albert
2013-04-09 18:05:23 -04:00
parent 0c16403c29
commit 56f1e19f67
5 changed files with 1 additions and 29 deletions

View File

@@ -29,7 +29,7 @@
<div class="input text optional field_with_hint">
<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>
<span class="hint">A list of whitespace delimited tags that show up in your profile. <%= link_to "Restore from old database", restore_uploaded_tags_user_path(@user), :method => :post, :remote => true %></span>
<span class="hint">A list of whitespace delimited tags that show up in your profile.</span>
</div>
</fieldset>