diff options
author | Louise Crow <louise.crow@gmail.com> | 2015-04-14 12:31:19 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2015-04-14 12:34:50 +0100 |
commit | d9c7f548ee59852ab1aa315c3249b401046c688a (patch) | |
tree | 9b4d88cb5169fa60999ff3fa7e51151f240eff32 | |
parent | 1aeac47e0b43a4a4cca79fdacd9a5213adfe12a1 (diff) |
Apply box style to first describe_state_form.
-rw-r--r-- | app/views/request/show.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/show.html.erb b/app/views/request/show.html.erb index e1a1f43d5..5862413de 100644 --- a/app/views/request/show.html.erb +++ b/app/views/request/show.html.erb @@ -22,7 +22,7 @@ <% if ( @update_status || @info_request.awaiting_description ) && ! @info_request.is_external? %> - <div class="describe_state_form" id="describe_state_form_1"> + <div class="describe_state_form box" id="describe_state_form_1"> <%= render :partial => 'describe_state', :locals => { :id_suffix => "1" } %> </div> <% end %> |