diff options
author | louise <louise> | 2009-04-15 09:09:00 +0000 |
---|---|---|
committer | louise <louise> | 2009-04-15 09:09:00 +0000 |
commit | 4129caa82c34f6877688da6f6bbcdeaf2b2aabcc (patch) | |
tree | 74052bed42dfc04f60a84cd46e08b5ab1248b75a | |
parent | 9ffc9c0b2beb523f7727186fdf73c4fcaf368116 (diff) |
Adding explanatory text to form where another person can update the status of an old unclassified request
-rw-r--r-- | app/views/request/_other_describe_state.rhtml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app/views/request/_other_describe_state.rhtml b/app/views/request/_other_describe_state.rhtml index 6bfff9b2a..25514cf52 100644 --- a/app/views/request/_other_describe_state.rhtml +++ b/app/views/request/_other_describe_state.rhtml @@ -2,7 +2,10 @@ <% form_for(:incoming_message, @info_request, :url => describe_state_url(:id => @info_request.id)) do |f| %> <h2>Can you help us by describing the status of this request now?</h2> - + <small> + <%= user_link(@info_request.user) %> hasn't yet let us know whether this request was + successful or not. Perhaps you could help us out by doing so? + </small> <hr> <!------------------------------------------------> <% if @info_request.described_state != 'internal_review' %> |