We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db4cc87 commit 6603d69Copy full SHA for 6603d69
app/views/hyrax/admin/users/index.html.erb
@@ -17,8 +17,8 @@
17
<div class="card-body">
18
<%# user_invitation_path is provided by devise_invitable %>
19
<%= simple_form_for :user, url: main_app.user_invitation_path, html: { class: 'form-inline d-inline-flex' } do |f| %>
20
+ <%= f.hint :email %>
21
<div class="form-group">
- <%= f.hint :email %>
22
<%= f.label :email, class: "control-label", required: false %>
23
<%= f.input_field :email, class: "form-control", value: "" %>
24
<%= f.select :role,
0 commit comments