diff options
author | Henare Degan <henare.degan@gmail.com> | 2013-02-07 19:02:56 +1100 |
---|---|---|
committer | Henare Degan <henare.degan@gmail.com> | 2013-02-07 19:02:59 +1100 |
commit | 5a114ad100722158177ef60155a31333f20ad5a8 (patch) | |
tree | 04d682866c281a71b363c75b43c0195ba0235493 | |
parent | cf0b371f6bc8454fbdd331e2a6fd19c6b67b540b (diff) |
Use path to partial so it works in view tests
-rw-r--r-- | app/views/request/_describe_state.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/_describe_state.rhtml b/app/views/request/_describe_state.rhtml index f70e5ed8b..404a2e549 100644 --- a/app/views/request/_describe_state.rhtml +++ b/app/views/request/_describe_state.rhtml @@ -102,7 +102,7 @@ </p> <% end %> <% elsif @old_unclassified %> - <%= render :partial => 'other_describe_state', :locals => {:id_suffix => id_suffix } %> + <%= render :partial => 'request/other_describe_state', :locals => {:id_suffix => id_suffix } %> <% else %> <% if !@info_request.is_external? %> <%= _('We don\'t know whether the most recent response to this request contains |