Skip to content

Commit

Permalink
Remove extraneous closing tag [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
jmstfv authored and scambra committed Feb 27, 2019
1 parent 30c837d commit 1d16bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/devise/invitations/edit.html.erb
Expand Up @@ -7,7 +7,7 @@
<% if f.object.class.require_password_on_accepting %>
<div class="field">
<%= f.label :password %><br />
<%= f.password_field :password %></p>
<%= f.password_field :password %>
</div>

<div class="field">
Expand Down

0 comments on commit 1d16bee

Please sign in to comment.