Sha256: 64ec1fd235e88e1250b100e2c00ff6d96bca7304f6308d534c4cbec223bf9130
Contents?: true
Size: 444 Bytes
Versions: 6
Compression:
Stored size: 444 Bytes
Contents
<h1><%= t 'janus.passwords.new.forgot_password' %></h1> <%= form_for resource, :url => password_path(janus_scope), :method => :post do |f| %> <%= janus_error_messages %> <% resource_class.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
6 entries across 6 versions & 1 rubygems