Sha256: efa8b24234da37c951c0f9424b7c0f1eb2bf3ae7392447af04d5d4dc375252b4
Contents?: true
Size: 379 Bytes
Versions: 3
Compression:
Stored size: 379 Bytes
Contents
<h1>Subscriptions #<%= @subscription.guid %></h1> <table class="table table-hover table-striped"> <tr> <th>Attribute</th> <th>Value</th> </tr> <% @subscription.attributes.sort.each do |key,value| %> <tr> <td><%= key %></td> <td><%= value %></td> </tr> <% end %> </table> <%= link_to "Back", subscriptions_path, :class => 'btn btn-primary' %>
Version data entries
3 entries across 3 versions & 1 rubygems