Skip to content

Commit ef9ed36

Browse files
authored
fix inconsistent html tag typo
1 parent 8a2e28d commit ef9ed36

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)