Sha256: c82ab11bc40de613cef0ee300a7973dbdf2d38adb956e7924f96c96609a47f03
Contents?: true
Size: 778 Bytes
Versions: 22
Compression:
Stored size: 778 Bytes
Contents
<tr data-edit-for="<%= f.object.new_record? ? 'new' : f.object.id %>"> <td> <%= f.email_field :user_key, hide_label: true, disabled: f.object.persisted?, data: { behavior: 'check-user-existence' } %> <span style='display:none' class='help-block' data-behavior='no-user-note'> <%= t('.invite_html', link: link_to(t('.invite_link'), spotlight.invite_exhibit_roles_path(current_exhibit), data: { method: 'post', 'invite-url' => spotlight.invite_exhibit_roles_path(current_exhibit) })) %> <span class='label label-warning pending-label'><%= t('.pending') %></span> </span> </td> <td><%= f.select :role, roles_for_select, hide_label: true %></td> <td></td> </tr>
Version data entries
22 entries across 22 versions & 1 rubygems