diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/views/request/show.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/show.rhtml b/app/views/request/show.rhtml index d04de8567..b86b92800 100644 --- a/app/views/request/show.rhtml +++ b/app/views/request/show.rhtml @@ -58,7 +58,7 @@ <%= user_link(@info_request.user) %> </p> - <p id="request_status"> + <p id="request_status" class="request_icon_line icon_<%= @info_request.calculate_status %>"> <% if @info_request.awaiting_description %> <% if @is_owning_user %> Please <strong>answer the question above</strong> so we know whether the |