Made many buttons and titles more consistent.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<% title "Reset password" %>
|
||||
<% title "Reset Password" %>
|
||||
|
||||
<h1>Reset password</h1>
|
||||
<h1>Reset Password</h1>
|
||||
<p>You lost your password? Don't do that!</p>
|
||||
<p>Luckily for you, you can reset your password. Please use the command <code>/gettoken <your email address></code>, then fill in the form below:</p>
|
||||
<%= form_tag reset_password_users_path do |f| %>
|
||||
@@ -22,5 +22,5 @@
|
||||
<td><%= password_field_tag :new_password, nil, placeholder: "secret", required: true, pattern: ".{8,}", title: "minimum 8 characters", "x-moz-errormessage" => "minimum 8 characters" %></td>
|
||||
</tr>
|
||||
</table>
|
||||
<p><%= submit_tag "Reset password", class: "btn blue" %></p>
|
||||
<% end %>
|
||||
<p><%= submit_tag "Reset Password", class: "btn blue" %></p>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user