Sha256: 27f00e5d3a607efd6f7c71553997e332b450233cda931d25b083b9706583a8f5
Contents?: true
Size: 299 Bytes
Versions: 5
Compression:
Stored size: 299 Bytes
Contents
<% content_for :page_header do %> <h1 id="add-to-title">Add <%= @collectible %> to:</h1> <% end %> <% if can? :collect, @collectible %> <%= render partial: 'form_to_add_member', locals: { collectible: @collectible, select_label_id: 'add-to-title', button_class: 'btn btn-primary' } %> <% end %>
Version data entries
5 entries across 5 versions & 2 rubygems