view_processed.html.erb 237 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 <h2><%= _('Processed validation request for %s ').html_safe % @processed.name %> (<%= status(@processed) %>)</h2> <%= link_to _('Back'), :action => 'index' %> <%= render :partial => 'details', :locals => { :request => @processed } %>