Skip to content

Commit

Permalink
fixed right rail user name, took off class attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
kilianSweeney committed Jan 26, 2011
1 parent 03ed497 commit f8fa7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/shared/_user_info.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="user_info">
<a href="<%= user_path(current_user) %>">
<%= gravatar_for current_user, :size => 30 %>
<span class="user_name">
<span>
<%= current_user.name %>
</span>
<span class="microposts">
Expand Down

0 comments on commit f8fa7d1

Please sign in to comment.