Sha256: 9c6723178e16c6b0c58ff738d3478dbf13ee65a41be3f682a9df596f751de310

Contents?: true

Size: 407 Bytes

Versions: 3

Compression:

Stored size: 407 Bytes

Contents

- title Radmin::I18n.t(:forgot_password, :default => "Forgot password?")
= form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :post }) do |f|
  = f.label :email
  = f.text_field :email
  .buttons
    = f.submit Radmin::I18n.t(:send_instructions, :default => "Send Instructions")
    = link_to t(:login, :default => "Login"), new_session_path(resource_name)

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
radmin-0.3.3 app/views/radmin/passwords/new.html.haml
radmin-0.3.2 app/views/radmin/passwords/new.html.haml
radmin-0.3.1 app/views/radmin/passwords/new.html.haml