mention that profile e-mail addresses are gravatarized

This commit is contained in:
joshua stein 2012-09-08 19:37:30 -05:00
parent 729c38d4c7
commit 0abe41bd6d
2 changed files with 6 additions and 0 deletions

View file

@ -31,6 +31,9 @@
<div class="boxline">
<%= f.label :email, "E-mail Address:", :class => "required" %>
<%= f.text_field :email, :size => 40 %>
<span class="hint">
<a href="http://www.gravatar.com/" target="_blank">Gravatar</a>'ized
</span>
</div>
<div class="boxline">

View file

@ -34,6 +34,9 @@
<%= f.label :email, "E-mail Address:", :class => "required" %>
<%= f.email_field :email, :size => 30 %>
<span class="hint">
<a href="http://www.gravatar.com/" target="_blank">Gravatar</a>'ized
</span>
<br />
<%= f.label :password, "Password:", :class => "required" %>