Sha256: e6a40dd0cc210d7c1956747fcd3b0da3a51bcd33d3421c5fe4927cc390a75fcc
Contents?: true
Size: 437 Bytes
Versions: 1
Compression:
Stored size: 437 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 = f.error_message_on :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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
radmin-0.2.0 | app/views/admin/passwords/new.html.haml |