diff options
author | francis <francis> | 2008-09-01 02:47:59 +0000 |
---|---|---|
committer | francis <francis> | 2008-09-01 02:47:59 +0000 |
commit | cd3336aebda337b7b09846325934fc7d25ac124b (patch) | |
tree | e77b284b337a2e82382b4c6f5322e4cb3db28538 /app | |
parent | f250baad1d43a97ae03e8afa616696b9cc1453eb (diff) |
Show annotations and status update box better.
Diffstat (limited to 'app')
-rw-r--r-- | app/views/request/show.rhtml | 14 |
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 %> - - |