summaryrefslogtreecommitdiff
path: root/app/views/users/show.html.erb
diff options
context:
space:
mode:
authortkimia <tkimia@purdue.edu>2014-04-22 20:17:18 -0400
committertkimia <tkimia@purdue.edu>2014-04-22 20:17:18 -0400
commitc13ca3ca2c167158ca0f6ff8a20f2b4943f3e04d (patch)
tree8c7eb9507635e9201d3135bc0d61402bdcaa0ee0 /app/views/users/show.html.erb
parent38c2ff9637018d88db7083c76c133da3a72f4c31 (diff)
users look nice
Diffstat (limited to 'app/views/users/show.html.erb')
-rw-r--r--app/views/users/show.html.erb5
1 files changed, 2 insertions, 3 deletions
diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb
index c2b5c75..b85cbda 100644
--- a/app/views/users/show.html.erb
+++ b/app/views/users/show.html.erb
@@ -22,7 +22,7 @@
<div class="row">
<div class="col-md-6">
- <h3> Recent Tournaments Players </h3>
+ <h3> Recent Tournaments Played </h3>
<ul>
<% @user.tournaments_played.each do |t| %>
<li><%= t.name %></li>
@@ -37,8 +37,7 @@
<li><%= t.name %></li>
<% end %>
</ul>
- </div>
- </div>
+ </div>
</div>
<%= link_to 'Edit', edit_user_path(@user) %> |