Sha256: a0b96e4cd7fb34105d7b490a5097720ef2e4382e6792dfaa34bbb0b0f3f2c211
Contents?: true
Size: 961 Bytes
Versions: 20
Compression:
Stored size: 961 Bytes
Contents
<table class='index' id='listing_log_entries'> <colgroup> <col style="width: 30%" /> <col style="width: 40%" /> <col style="width: 20%" /> <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><%= I18n.t("paypal_debug_id") %></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><%= entry.parsed_details.params["paypal_debug_id"] %></td> <td class="text-right"> <i class='fa fa-<%= entry.parsed_details.success? ? 'check' : 'remove' %>'></i> </td> </tr> <% end %> </tbody> </table>
Version data entries
20 entries across 20 versions & 1 rubygems