aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/request/_sidebar.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/request/_sidebar.rhtml')
-rw-r--r--app/views/request/_sidebar.rhtml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/request/_sidebar.rhtml b/app/views/request/_sidebar.rhtml
index 758387b09..fc65ce56a 100644
--- a/app/views/request/_sidebar.rhtml
+++ b/app/views/request/_sidebar.rhtml
@@ -1,10 +1,11 @@
<div id="right_column">
+ <div id="follow_box">
<h2><%= _('Follow this request') %></h2>
<% follower_count = TrackThing.count(:all, :conditions => ["info_request_id = ?", @info_request.id]) + 1 %>
<p><%= n_("There is %d person following this request", "There are %d people following this request", follower_count) % follower_count %></p>
<%= render :partial => 'track/tracking_links', :locals => { :track_thing => @track_thing, :own_request => @info_request.user == @user, :location => 'sidebar' } %>
-
+ </div>
<h2><%= _("Act on what you've learnt") %></h2>
<div class="act_link">