Sha256: 1b7da8b9b3d7fef70336d51fa00931b632afc67d5c63ec447148b02685847067
Contents?: true
Size: 614 Bytes
Versions: 13
Compression:
Stored size: 614 Bytes
Contents
<% page_title = Typus::I18n.t("Sign in") admin_title(page_title) %> <%= form_for Typus.user_class_as_symbol, :url => { :action => :create, :return_to => params[:return_to] }, :html => { :class => "form-stacked" } do |form| %> <%= render :partial => 'admin/account/form', :locals => { :form => form, :submit_text => "Sign in" } %> <% end %> <% if Typus.mailer_sender %> <% content_for :actions do %> <ul class="unstyled"> <li><%= link_to Typus::I18n.t("Recover password"), forgot_password_admin_account_index_path %></li> </ul> <% end %> <% end %>
Version data entries
13 entries across 13 versions & 1 rubygems