aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/views/user/_user_listing_single.rhtml12
1 files changed, 5 insertions, 7 deletions
diff --git a/app/views/user/_user_listing_single.rhtml b/app/views/user/_user_listing_single.rhtml
index 3e5368b54..932ebc898 100644
--- a/app/views/user/_user_listing_single.rhtml
+++ b/app/views/user/_user_listing_single.rhtml
@@ -1,17 +1,15 @@
<% if @highlight_words.nil?
@highlight_words = []
end %>
-
-<p class="user_listing">
+<div class="user_listing">
+ <span class="head">
<%= link_to highlight_words(display_user.name, @highlight_words), user_url(display_user) %>
-
- <br>
- <!--<br>-->
+ </span>
- <span class="user_listing_bottomline">
+ <span class="bottomline">
<%= pluralize(display_user.info_requests.size, "request") %> made.
<%= pluralize(display_user.track_things.size, "thing") %> tracked.
Joined on <%= simple_date(display_user.created_at) %>.
</span>
-</p>
+</div> \ No newline at end of file