Sha256: 7092299125cd68b8657a0111cd5458edb8a129484cfaeaeb82739a11ef13d729
Contents?: true
Size: 673 Bytes
Versions: 11
Compression:
Stored size: 673 Bytes
Contents
<h6> <span class='float-left mt-3'> <%== pagy_info(@pagy_success) %> </span> <span class='float-right'> <%== pagy_bootstrap_nav(@pagy_success) %> </span> </h6> <table class="table table-striped"> <thead> <tr> <th>State</th> <th>Title</th> <th>Identifier</th> </tr> </thead> <tbody> <% @import_success_documents.each_with_index do |doc, index| %> <tr> <td> <span class="badge badge-success"> <%= doc.state_machine.current_state %> </span> </td> <td><%= doc.title %></td> <td><%= doc.friendlier_id %></td> </tr> <% end %> </tbody> </table>
Version data entries
11 entries across 11 versions & 1 rubygems