diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-04-17 14:59:24 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-04-24 15:38:04 +0100 |
commit | efbf386b591841c206ea0d8ba6783311d841fd4c (patch) | |
tree | abc26afa335e69dc83366a435d9e177448a48fac | |
parent | f53d6c3db19d0b3647c198975c795bd4f636736a (diff) |
Make header_left an id, not a class.
I think this was a mistake, it seems to be an id in the other places it
is used.
-rw-r--r-- | app/views/user/show.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/user/show.html.erb b/app/views/user/show.html.erb index 8dd8c6b88..ce328b46f 100644 --- a/app/views/user/show.html.erb +++ b/app/views/user/show.html.erb @@ -42,7 +42,7 @@ <% end %> </div> - <div class="header_left"> + <div id="header_left"> <p id="user_photo_on_profile"> <% if @display_user.profile_photo %> <% if @is_you %> |