aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/request/show.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/request/show.html.erb')
-rw-r--r--app/views/request/show.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/show.html.erb b/app/views/request/show.html.erb
index 78e022aa9..e1a1f43d5 100644
--- a/app/views/request/show.html.erb
+++ b/app/views/request/show.html.erb
@@ -146,7 +146,7 @@
<% end %>
<% if @info_request.awaiting_description && ! @info_request.is_external? %>
- <div class="describe_state_form" id="describe_state_form_2">
+ <div class="describe_state_form box" id="describe_state_form_2">
<%= render :partial => 'describe_state', :locals => { :id_suffix => "2" } %>
</div>
<% end %>