Sha256: f04e8123faa9479d3d4097833bd454a7b22a7ead3d1edd7be0bae57d23cfc34c

Contents?: true

Size: 525 Bytes

Versions: 2

Compression:

Stored size: 525 Bytes

Contents

<% form_tag admin_sign_in_path(:back_to => params[:back_to]) do %>
  <ul>
  <li><label for="email"><%= _('Email') %></label>
  <%= text_field :user, :email, :size => 20, :class => 'text' %></li>
  <li><label for="password"><%= _('Password') %></label>
  <%= password_field :user, :password, :size => 20, :class => 'text' %></li>
  <li><%= submit_tag _('Sign in'), :class => 'button' %> <%= link_to _('Recover password'), admin_recover_password_path if Typus::Configuration.options[:recover_password] %></li>
  </ul>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fesplugas-typus-0.9.7 app/views/typus/sign_in.html.erb
fesplugas-typus-0.9.8 app/views/typus/sign_in.html.erb