Sha256: 232f125ada92344e87858f22caff581fbcc1ce74a88eaa1530728f5ee67426da

Contents?: true

Size: 525 Bytes

Versions: 39

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

39 entries across 39 versions & 2 rubygems

Version Path
fesplugas-typus-0.9.0 app/views/typus/sign_in.html.erb
fesplugas-typus-0.9.1 app/views/typus/sign_in.html.erb
fesplugas-typus-0.9.10 app/views/typus/sign_in.html.erb
fesplugas-typus-0.9.11 app/views/typus/sign_in.html.erb
fesplugas-typus-0.9.12 app/views/typus/sign_in.html.erb
fesplugas-typus-0.9.13 app/views/typus/sign_in.html.erb
fesplugas-typus-0.9.14 app/views/typus/sign_in.html.erb
fesplugas-typus-0.9.15 app/views/typus/sign_in.html.erb
fesplugas-typus-0.9.16 app/views/typus/sign_in.html.erb
fesplugas-typus-0.9.17 app/views/typus/sign_in.html.erb
fesplugas-typus-0.9.2 app/views/typus/sign_in.html.erb
fesplugas-typus-0.9.3 app/views/typus/sign_in.html.erb
fesplugas-typus-0.9.4 app/views/typus/sign_in.html.erb
fesplugas-typus-0.9.5 app/views/typus/sign_in.html.erb
fesplugas-typus-0.9.6 app/views/typus/sign_in.html.erb
fesplugas-typus-0.9.9 app/views/typus/sign_in.html.erb
typus-0.9.39 app/views/typus/sign_in.html.erb
typus-0.9.38 app/views/typus/sign_in.html.erb
typus-0.9.37 app/views/typus/sign_in.html.erb
typus-0.9.36 app/views/typus/sign_in.html.erb