Sha256: 6b659061a79df83cf3738e1e0c81c7cad4ea82c7f7e21357277e3e54b3ca4c8a
Contents?: true
Size: 451 Bytes
Versions: 2
Compression:
Stored size: 451 Bytes
Contents
<div class="container"> <h2> Subscriptions <%= link_to "New Subscription", new_dashboard_subscription_path, class: "btn btn-default pull-right" %> </h2> <table class="table"> <thead> <tr> <th>Email</th> <th>Subscription Status</th> <th class="right">Actions</th> </tr> </thead> <tbody> <%= render partial: 'subscription', collection: @subscriptions %> </tbody> </table> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
storytime-1.2.0 | app/views/storytime/dashboard/subscriptions/index.html.erb |
storytime-1.1.1 | app/views/storytime/dashboard/subscriptions/index.html.erb |