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.rhtml10
1 files changed, 7 insertions, 3 deletions
diff --git a/app/views/request/show.rhtml b/app/views/request/show.rhtml
index eecf0bcdf..7c6a020a8 100644
--- a/app/views/request/show.rhtml
+++ b/app/views/request/show.rhtml
@@ -66,10 +66,14 @@
</div>
<div id="request_sidebar">
- <h2>Actions</h2>
+ <h2>Follow this request</h2>
<p>
- <%= link_to "Track updates to this request", track_request_url(:url_title => @info_request.url_title) %>
- (by email or RSS)
+ <% if @existing_track %>
+ You are already tracking this request.
+ <% else %>
+ <%= link_to "Track updates to this request", track_request_url(:url_title => @info_request.url_title) %>
+ (by email or RSS)
+ <% end %>
</p>
<% if @info_requests_same_user_same_body.size > 0 %>