From 74c1b20988389222e120a05a1b897221f8abfbeb Mon Sep 17 00:00:00 2001 From: Michael Hartl Date: Sat, 11 Dec 2010 15:30:24 -0800 Subject: [PATCH] Fixed a small HTML bug in the sidebar --- Gemfile.lock | 10 +++++----- app/views/users/show.html.erb | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f0ef067..a30bf04 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -29,7 +29,7 @@ GEM activesupport (= 3.0.3) activesupport (3.0.3) annotate-models (1.0.4) - arel (2.0.4) + arel (2.0.5) builder (2.1.2) diff-lcs (1.1.2) erubis (2.6.6) @@ -40,14 +40,14 @@ GEM rails (>= 3.0.0.beta4) faker (0.3.1) gravatar_image_tag (0.1.0) - i18n (0.4.2) - mail (2.2.10) + i18n (0.5.0) + mail (2.2.11) activesupport (>= 2.3.6) - i18n (~> 0.4.1) + i18n (~> 0.5.0) mime-types (~> 1.16) treetop (~> 1.4.8) mime-types (1.16) - nokogiri (1.4.3.1) + nokogiri (1.4.4) polyglot (0.3.1) rack (1.2.1) rack-mount (0.6.13) diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb index d49647a..711a45e 100644 --- a/app/views/users/show.html.erb +++ b/app/views/users/show.html.erb @@ -15,7 +15,7 @@ Name <%= @user.name %>
- URL <%= link_to user_path(@user), @user %> + URL <%= link_to user_path(@user), @user %>
Microposts <%= @user.microposts.count %> <%= render 'shared/stats' %>