From c13ca3ca2c167158ca0f6ff8a20f2b4943f3e04d Mon Sep 17 00:00:00 2001 From: tkimia Date: Tue, 22 Apr 2014 20:17:18 -0400 Subject: users look nice --- app/views/users/show.html.erb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'app/views/users') 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 @@
-

Recent Tournaments Players

+

Recent Tournaments Played

    <% @user.tournaments_played.each do |t| %>
  • <%= t.name %>
  • @@ -37,8 +37,7 @@
  • <%= t.name %>
  • <% end %>
-
-
+ <%= link_to 'Edit', edit_user_path(@user) %> | -- cgit v1.2.3-2-g168b