diff options
author | francis <francis> | 2008-04-18 01:33:04 +0000 |
---|---|---|
committer | francis <francis> | 2008-04-18 01:33:04 +0000 |
commit | 167fde2a0c0d7c86d794d2ba17ad0dafd22dd334 (patch) | |
tree | 0ac656322f81d4a3b0a59cb7309aa05f9d1b0b3a | |
parent | aa17a0960003996096271b631a00e3579d2d33db (diff) |
Make it quite clear that you don't need to track your own request (unless you want RSS)
-rw-r--r-- | app/views/request/show.rhtml | 18 | ||||
-rw-r--r-- | todo.txt | 5 |
2 files changed, 14 insertions, 9 deletions
diff --git a/app/views/request/show.rhtml b/app/views/request/show.rhtml index 702a8c2e9..c1c754a3a 100644 --- a/app/views/request/show.rhtml +++ b/app/views/request/show.rhtml @@ -78,13 +78,23 @@ You are already tracking this request (<%= link_to "alter your subscriptions", user_url(@user) %>). <% else %> - <%= link_to "Track updates to this request", track_request_url(:url_title => @info_request.url_title) %> - (by email or RSS feed) + <% if @info_request.user == @user %> + <p>You will be emailed when there are updates to your own request.</p> + <p>You may also <%= link_to "get an RSS feed", track_request_url(:url_title => @info_request.url_title) %>.</p> + <% else %> + <%= link_to "Track updates to this request", track_request_url(:url_title => @info_request.url_title) %> + (by email or RSS feed) + <% end %> <% end %> </p> <% else %> - Be the first to <%= link_to "track updates to this request", track_request_url(:url_title => @info_request.url_title) %> - (by email or RSS feed) + <% if @info_request.user == @user %> + <p>You will be emailed when there are updates to your own request.</p> + <p>You may also <%= link_to "get an RSS feed", track_request_url(:url_title => @info_request.url_title) %>.</p> + <% else %> + <p>Be the first to <%= link_to "track updates to this request", track_request_url(:url_title => @info_request.url_title) %> + (by email or RSS feed)</p> + <% end %> <% end %> <% if @info_requests_same_user_same_body.size > 0 %> @@ -28,11 +28,6 @@ BAILII - relationship with law courts, robots.txt ? Next ==== -Check date order here -http://www.whatdotheyknow.com/track/feed/5 - -Don't let people track their own requests? - Let you change feeds from email to RSS "Some other requests..." should have "more" link now |