aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancis <francis>2009-07-22 08:12:29 +0000
committerfrancis <francis>2009-07-22 08:12:29 +0000
commit5295865f6489fdc65599b38d50978ce97e5c9820 (patch)
treed5dbf08a1ba9ab26ba80819521d0da3a40dc9090
parenteadaf16c055b2dd6a93ab4d95f91d9a8b96d5d1d (diff)
Make clear the state just acknowledgements should go into
-rw-r--r--app/views/request/_other_describe_state.rhtml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/request/_other_describe_state.rhtml b/app/views/request/_other_describe_state.rhtml
index 10eed250c..866e90142 100644
--- a/app/views/request/_other_describe_state.rhtml
+++ b/app/views/request/_other_describe_state.rhtml
@@ -11,7 +11,8 @@
<% if @info_request.described_state != 'internal_review' %>
<div>
<%= radio_button "incoming_message", "described_state", "waiting_response", :id => 'waiting_response' + id_suffix %>
- <label for="waiting_response<%=id_suffix%>"> <strong>No response</strong> has been received</label>
+ <label for="waiting_response<%=id_suffix%>"><strong>No response</strong> has been received
+ <small>(maybe there's just an acknowledgement)</small></label>
</div>
<% end %>
<% if @info_request.described_state == 'internal_review' %>