Sha256: 26ab93080d952d7fb2d619a8f9d7a91691b582edd46889190981669447878dbf
Contents?: true
Size: 331 Bytes
Versions: 8
Compression:
Stored size: 331 Bytes
Contents
<h1>Create a new Password</h1> <%= simple_form_for @user, :url => password_reset_path(params[:id]) do |f| %> <%= f.error_notification %> <div class="field"> <%= f.input :password %> <%= f.input :password_confirmation %> </div> <div class="actions"><%= f.submit t('authentication.update_password') %></div> <% end %>
Version data entries
8 entries across 8 versions & 1 rubygems