4 lines
193 B
Plaintext
4 lines
193 B
Plaintext
<% content_for :title do %>Password changed<% end %>
|
|
<% title = 'Your password has been updated successfully' %>
|
|
<%= render :partial => 'message', locals: { title: title, description: nil } %>
|