Sha256: 3cce2ade9c708cf18dfd133fea66e89e7c541a208032ec59b54146e3cc017b6b
Contents?: true
Size: 813 Bytes
Versions: 68
Compression:
Stored size: 813 Bytes
Contents
<table class='index' id='listing_log_entries'> <colgroup> <col style="width: 30%" /> <col style="width: 60%" /> <col style="width: 10%" /> </colgroup> <thead> <tr> <th><%= Spree::LogEntry.human_attribute_name(:created_at) %></th> <th><%= Spree::LogEntry.human_attribute_name(:details) %></th> <th></th> </tr> </thead> <tbody> <% log_entries.each do |entry| %> <tr class="log_entry <%= entry.parsed_details.success? ? 'success' : 'fail' %>"> <td> <%= pretty_time(entry.created_at) %> </td> <td> <pre><%= entry.parsed_details.message %></pre> </td> <td class="text-right"> <i class='fa fa-<%= entry.parsed_details.success? ? 'check' : 'remove' %>'></i> </td> </tr> <% end %> </tbody> </table>
Version data entries
68 entries across 68 versions & 1 rubygems