Sha256: 6536a74592c30c0cdb60e17a0b5a6adf89ceede8d4930b535bf0f9c2f5ea0349
Contents?: true
Size: 519 Bytes
Versions: 13
Compression:
Stored size: 519 Bytes
Contents
<% page_title = Typus::I18n.t("Forgot password") admin_title(page_title) %> <%= form_for Typus.user_class_as_symbol, :url => { :action => :send_password }, :html => { :class => "form-stacked" } do |form| %> <%= render :partial => "form", :locals => { :form => form, :submit_text => "Submit" } %> <% end %> <% content_for :actions do %> <ul class="unstyled"> <li><%= link_to Typus::I18n.t("I remember my password"), new_admin_session_path %></li> </ul> <% end %>
Version data entries
13 entries across 13 versions & 1 rubygems