Sha256: 8877ae10a09cb5f14c5c8d13acb0935caa9db2ce52d55859880e6587395fd53d
Contents?: true
Size: 557 Bytes
Versions: 44
Compression:
Stored size: 557 Bytes
Contents
<% content_for :title do %>Validation Report - <%= params[:id] %><% end %> <div id="main-container" class="container"> <%= render :partial=>'/flash_msg', layout: 'shared/flash_messages' %> <h1>Validation Report: <%= params[:id] %></h1> <h2><%= provider_name(@current_provider) %></h2> <div> The following records have missing values for <code><%= params[:id] %></code>. </div> <% if @documents.count > 0 %> <%= render "validation_report" %> <% else %> <div>There are no invalid records to report.</div> <% end %> </div>
Version data entries
44 entries across 44 versions & 1 rubygems