diff options
author | David Cabo <david@calibea.com> | 2011-10-11 03:30:28 +0200 |
---|---|---|
committer | David Cabo <david@calibea.com> | 2011-10-11 03:30:28 +0200 |
commit | 44ca55c600d7ca4c33c41bda618555de0563008d (patch) | |
tree | 679fa72f97bbcb53de74cf3fbaff647b9a346c47 | |
parent | ba32a3b2d92182e64256b9237aadd561f1b5d457 (diff) |
Add div and id in user profile page to allow theming
-rw-r--r-- | app/views/user/show.rhtml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app/views/user/show.rhtml b/app/views/user/show.rhtml index 2ae6e5ed5..baf6621df 100644 --- a/app/views/user/show.rhtml +++ b/app/views/user/show.rhtml @@ -24,7 +24,7 @@ </div> <% end %> -<div> +<div id="user_profile_header"> <div id="header_right"> <h2><%= _('Track this person')%></h2> <%= render :partial => 'track/tracking_links', :locals => { :track_thing => @track_thing, :own_request => false, :location => 'sidebar' } %> @@ -116,6 +116,8 @@ </div> </div> <div style="clear:both"></div> + +<div id="user_profile_search"> <% form_tag(show_user_url, :method => "get", :id=>"search_form") do %> <div> <%= text_field_tag(:user_query, params[:user_query]) %> @@ -230,3 +232,4 @@ <% end %> <% end %> <% end %> +</div>
\ No newline at end of file |