Sha256: c99b8144161b59cf3232c03c122395d62d4b23fea7f96590d797d61135875d16
Contents?: true
Size: 320 Bytes
Versions: 2
Compression:
Stored size: 320 Bytes
Contents
<div class="container"> <h2>Edit Subscription</h2> <%= simple_form_for [:dashboard, @subscription] do |f| %> <%= f.input :site_id, as: :hidden, input_html: { value: @site.id } %> <%= f.input :email %> <%= f.input :subscribed, as: :boolean %> <%= f.submit class: "btn btn-info" %> <% end %> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
storytime-1.2.0 | app/views/storytime/dashboard/subscriptions/edit.html.erb |
storytime-1.1.1 | app/views/storytime/dashboard/subscriptions/edit.html.erb |