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

Version Path
janus-0.10.1 lib/generators/templates/passwords/new.html.erb
janus-0.10.0 lib/generators/templates/passwords/new.html.erb
janus-0.9.1 lib/generators/templates/passwords/new.html.erb
janus-0.9.0 lib/generators/templates/passwords/new.html.erb
janus-0.8.1 lib/generators/templates/passwords/new.html.erb
janus-0.8.0 lib/generators/templates/passwords/new.html.erb
janus-0.7.0 lib/generators/templates/passwords/new.html.erb