Skip to content

Commit 6603d69

Browse files
author
LaRita Robinson
committed
Fix input position on manage users
1 parent db4cc87 commit 6603d69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/hyrax/admin/users/index.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<div class="card-body">
1818
<%# user_invitation_path is provided by devise_invitable %>
1919
<%= simple_form_for :user, url: main_app.user_invitation_path, html: { class: 'form-inline d-inline-flex' } do |f| %>
20+
<%= f.hint :email %>
2021
<div class="form-group">
21-
<%= f.hint :email %>
2222
<%= f.label :email, class: "control-label", required: false %>
2323
<%= f.input_field :email, class: "form-control", value: "" %>
2424
<%= f.select :role,

0 commit comments

Comments
 (0)