Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew committed Jan 4, 2013
1 parent de2e91e commit 53312c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/ribbits/index.html.erb
Expand Up @@ -10,7 +10,7 @@
</div>
<% end %>
<div class="panel left">
<h1>public Ribbits</h1>
<h1>Public Ribbits</h1>
<% @ribbits.each do |ribbit| %>
<div class="ribbitWrapper">
<a href="<%= user_path ribbit.user %>">
Expand Down
4 changes: 3 additions & 1 deletion app/views/users/index.html.erb
Expand Up @@ -2,8 +2,10 @@
<h1>Public Profile</h1>
<% @users.each do |user| %>
<div class="ribbitWrapper">
<a href="<%= user_path user %>">
<img class="avatar" src="<%= user.avatar_hash %>">
<span class="name"><%= user.name %></span> @<%= user.username %>
<span class="name"><%= user.name %></span></a>
@<%= user.username %>
<p>
<%= user.ribbits.size %> Ribbits
<span class="spacing"><%= user.followers.count %> Followers</span>
Expand Down

0 comments on commit 53312c0

Please sign in to comment.