Sha256: 196ffb58651862912516b7727b7e0083739273c55c3dd235f9c1d26e0fdd9616
Contents?: true
Size: 385 Bytes
Versions: 3
Compression:
Stored size: 385 Bytes
Contents
<h1>Stripe Webhook #<%= @stripe_webhook.id %></h1> <table class="table table-hover table-striped"> <tr> <th>Attribute</th> <th>Value</th> </tr> <% @stripe_webhook.attributes.sort.each do |key,value| %> <tr> <td><%= key %></td> <td><%= value %></td> </tr> <% end %> </table> <%= link_to "Back", stripe_webhooks_path, :class => 'btn btn-primary' %>
Version data entries
3 entries across 3 versions & 1 rubygems