Sha256: 15541472fea2696c03d2e33cdd6ddd964985e1057069f9f71ac546c5095a0af0
Contents?: true
Size: 491 Bytes
Versions: 4
Compression:
Stored size: 491 Bytes
Contents
- title Radmin::I18n.t(:login,:default => "Login") = form_for resource, :as => resource_name, :url => session_path(resource_name) do |f| = f.label :email, Radmin::User.human_attribute_name("email") = f.text_field :email = f.label :password, Radmin::User.human_attribute_name("password") = f.password_field :password .buttons = f.submit Radmin::I18n.t(:login,:default=>"Login") = link_to t(:forgot_password, :default => "Forgot password?"), new_password_path(resource_name)
Version data entries
4 entries across 4 versions & 1 rubygems