put faces to names

This commit is contained in:
joshua stein 2012-09-08 19:26:40 -05:00
parent af5b00572c
commit e8d34910a6
3 changed files with 7 additions and 1 deletions

View file

@ -814,7 +814,7 @@ table.data tr.void td, table.data tr.void td a {
line-height: 2em;
}
.box br {
clear: both;
clear: left;
}
.box .boxline {
clear: both;

View file

@ -6,6 +6,12 @@
<% end %>
</div>
<div style="float: right;">
<img src="https://secure.gravatar.com/avatar/<%=
Digest::MD5.hexdigest(@showing_user.email.strip.downcase) %>?r=pg&amp;
d=<%= CGI.escape(root_url + "images/1x1t.gif") %>&amp;s=100">
</div>
<label class="required">Status:</label>
<span class="d">
Active <%= @showing_user.is_admin? ? "administrator" :

BIN
public/images/1x1t.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 B