Sha256: effdd6ed48e0c227e30b4c4e8878b3ca868845172d4f3d2488b5c9b589ad4194
Contents?: true
Size: 547 Bytes
Versions: 51
Compression:
Stored size: 547 Bytes
Contents
- body_classes << "single_form" #single_form %h3= t('reset_your_password') = form_tag admin_password_resets_path, :method => :post do %p %label{:for=>"email"}= t('email') = text_field_tag :email, params[:email], :class => 'textbox', :maxlength => 70, :size => 70 .actions = submit_tag "Reset Password" %p.version = t('powered_by') %a{ :href => "https://github.com/pgharts/trusty-cms" } TrustyCms CMS = t('version') = TrustyCms.loaded_via_gem? ? "#{TrustyCms::VERSION} (gem)." : "#{TrustyCms::VERSION}."
Version data entries
51 entries across 51 versions & 1 rubygems