Skip to content

Commit 9568093

Browse files
authored
Merge pull request rails#53084 from cyrilou242/patch-1
fix inconsistent html tag typo in password edit template
2 parents 28d42a5 + ef9ed36 commit 9568093

File tree

1 file changed

+1
-1
lines changed
  • railties/lib/rails/generators/erb/authentication/templates/views/passwords

1 file changed

+1
-1
lines changed

railties/lib/rails/generators/erb/authentication/templates/views/passwords/edit.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h1>Update your password</h2>
1+
<h1>Update your password</h1>
22

33
<%%= tag.div(flash[:alert], style: "color:red") if flash[:alert] %>
44

0 commit comments

Comments
 (0)