diff options
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/request/show.rhtml | 10 | ||||
-rw-r--r-- | app/views/track/track_set.rhtml | 4 |
2 files changed, 9 insertions, 5 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 %> diff --git a/app/views/track/track_set.rhtml b/app/views/track/track_set.rhtml index 7f89e98db..47e4f59a1 100644 --- a/app/views/track/track_set.rhtml +++ b/app/views/track/track_set.rhtml @@ -21,8 +21,8 @@ </div> <p class="form_note"> - <strong>Privacy note:</strong> It will appear publically on your user page that - you are tracking this request (<a href="/help/about/#tracking">details</a>). + <strong>Lack of privacy note:</strong> It will appear publically on your user page that + you are tracking this request (<a href="/help/about/#tracking">why?</a>). </p> <div class="form_button"> |