Sha256: 5bd6077ad942f718709f92b5e1fc1ecc7c41243d9af35cb472df6b82fb09f347
Contents?: true
Size: 477 Bytes
Versions: 7
Compression:
Stored size: 477 Bytes
Contents
<h1><%%= t 'janus.passwords.new.forgot_password' %></h1> <%%= form_for @<%= singular_name %>, :url => <%= singular_name %>_password_path, :method => :post do |f| %> <%%= janus_error_messages %> <%% <%= class_name %>.authentication_keys.each do |key| %> <div class="field"> <%%= f.label key %> <%%= f.text_field key %> </div> <%% end %> <div class="actions"> <%%= f.submit t('janus.passwords.new.send_instructions_btn') %> </div> <%% end %>
Version data entries
7 entries across 7 versions & 1 rubygems