Sha256: d2c43e577047b263677e44a8b3c18ef3620180d5611f3292aaaf7c0a3273d553
Contents?: true
Size: 585 Bytes
Versions: 2
Compression:
Stored size: 585 Bytes
Contents
<h1><%%= t 'janus.passwords.edit.change_password' %></h1> <%%= form_for @<%= singular_name %>, :url => <%= singular_name %>_password_path, :method => :put do |f| %> <%%= janus_error_messages %> <%%= f.hidden_field :reset_password_token %> <div class="field"> <%%= f.label :password %> <%%= f.password_field :password %> </div> <div class="field"> <%%= f.label :password_confirmation %> <%%= f.password_field :password_confirmation %> </div> <div class="actions"> <%%= f.submit t('janus.passwords.edit.change_password_btn') %> </div> <%% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
janus-0.8.0 | lib/generators/templates/passwords/edit.html.erb |
janus-0.7.0 | lib/generators/templates/passwords/edit.html.erb |