stubs/default/app/views/user_mailer/verify_email.html.erb in kaze-0.12.0 vs stubs/default/app/views/user_mailer/verify_email.html.erb in kaze-0.13.0

- old
+ new

@@ -26,8 +26,8 @@ <p>If you did not create an account, no further action is required.</p> <!-- Salutation --> <p>Regards,<br> <%= ENV.fetch("APP_NAME", "Rails") %></p> <!-- Subcopy --> -<% content_for :subcopy do %> +<% content_for(:subcopy) do %> <p>If you're having trouble clicking the "Verify Email Address" button, copy and paste the URL below into your web browser: <span class="break-all"><%= link_to @verification_url, @verification_url %><span></p> <% end %>