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.rhtml14
1 files changed, 6 insertions, 8 deletions
diff --git a/app/views/request/show.rhtml b/app/views/request/show.rhtml
index b55cb37d9..87f9e3757 100644
--- a/app/views/request/show.rhtml
+++ b/app/views/request/show.rhtml
@@ -101,6 +101,12 @@
<%= render :partial => 'correspondence', :locals => { :info_request_event => info_request_event } %>
<% end %>
+ <% if @info_request.awaiting_description %>
+ <div class="describe_state_form">
+ <%= render :partial => 'describe_state', :locals => { :id_suffix => "2" } %>
+ </div>
+ <% end %>
+
<div id="add_annotation">
<h2>Add an annotation</h2>
@@ -157,11 +163,3 @@
</div>
</div>
-
-<% if @info_request.awaiting_description %>
- <div class="describe_state_form">
- <%= render :partial => 'describe_state', :locals => { :id_suffix => "2" } %>
- </div>
-<% end %>
-
-