summaryrefslogtreecommitdiff
path: root/app/views/users/show.html.erb
diff options
context:
space:
mode:
authornfoy <nfoy@purdue.edu>2014-04-27 19:12:01 -0400
committernfoy <nfoy@purdue.edu>2014-04-27 19:12:01 -0400
commit07dbbeb404dedcf9733262ae2ce9cdddc086bb0e (patch)
tree469fa6747aa8485b5101ffb1596c7d6014aeab6d /app/views/users/show.html.erb
parentbd1699969017c8c8f056808ba33e906426962754 (diff)
Tournament index now displays game images.
Images must be named the exact name of the game and be of the .png format.
Diffstat (limited to 'app/views/users/show.html.erb')
-rw-r--r--app/views/users/show.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb
index a67aed9..b408589 100644
--- a/app/views/users/show.html.erb
+++ b/app/views/users/show.html.erb
@@ -2,7 +2,7 @@
<h1> <%= @user.user_name %>'s Profile </h1>
<p>
- <%= image_tag 'http://www.gravatar.com/avatar/' + Digest::MD5.hexdigest(@user.email) + '?s=100&d=mm' %>
+ <%= image_tag 'http://www.gravatar.com/avatar/' + Digest::MD5.hexdigest(@user.email) + '?s=100&d=identicon' %>
</p>
<p>