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

Version Path
blacklight-spotlight-0.27.0 app/views/spotlight/roles/_edit_fields.html.erb
blacklight-spotlight-0.26.1 app/views/spotlight/roles/_edit_fields.html.erb
blacklight-spotlight-0.26.0 app/views/spotlight/roles/_edit_fields.html.erb
blacklight-spotlight-0.25.0 app/views/spotlight/roles/_edit_fields.html.erb
blacklight-spotlight-0.24.0 app/views/spotlight/roles/_edit_fields.html.erb
blacklight-spotlight-0.23.0 app/views/spotlight/roles/_edit_fields.html.erb
blacklight-spotlight-0.22.0 app/views/spotlight/roles/_edit_fields.html.erb
blacklight-spotlight-0.21.0 app/views/spotlight/roles/_edit_fields.html.erb
blacklight-spotlight-0.20.3 app/views/spotlight/roles/_edit_fields.html.erb
blacklight-spotlight-0.20.2 app/views/spotlight/roles/_edit_fields.html.erb
blacklight-spotlight-0.20.1 app/views/spotlight/roles/_edit_fields.html.erb
blacklight-spotlight-0.20.0 app/views/spotlight/roles/_edit_fields.html.erb
blacklight-spotlight-0.19.2 app/views/spotlight/roles/_edit_fields.html.erb
blacklight-spotlight-0.19.1 app/views/spotlight/roles/_edit_fields.html.erb
blacklight-spotlight-0.19.0 app/views/spotlight/roles/_edit_fields.html.erb
blacklight-spotlight-0.18.0 app/views/spotlight/roles/_edit_fields.html.erb
blacklight-spotlight-0.17.1 app/views/spotlight/roles/_edit_fields.html.erb
blacklight-spotlight-0.17.0 app/views/spotlight/roles/_edit_fields.html.erb
blacklight-spotlight-0.16.0 app/views/spotlight/roles/_edit_fields.html.erb
blacklight-spotlight-0.15.0 app/views/spotlight/roles/_edit_fields.html.erb