aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/request/show.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/request/show.rhtml')
-rw-r--r--app/views/request/show.rhtml8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/request/show.rhtml b/app/views/request/show.rhtml
index 8e5ac5f4f..1bb926b57 100644
--- a/app/views/request/show.rhtml
+++ b/app/views/request/show.rhtml
@@ -66,6 +66,14 @@
</div>
<div id="request_sidebar">
+<!-- <h2>Actions</h2>
+
+ <p>
+ <%= link_to "Track updates to this request", track_request_url(:url_title => @info_request.url_title) %>
+ (by email or RSS)
+ </p>
+ -->
+
<% if @info_requests_same_user_same_body.size > 0 %>
<h2>Some other requests made by
<%= user_link(@info_request.user) %> to <%= public_body_link(@info_request.public_body) %></h2>