Sha256: 707b43b78538582532ac03909593dc4351ce702a84b87340505103e57a66b8a0
Contents?: true
Size: 593 Bytes
Versions: 8
Compression:
Stored size: 593 Bytes
Contents
<article> <header> <h1>#{@page_title}</h1> </header> #{ form_for(nil, :method => :post, :action => @form_login_url, :id => 'login_form') do |f| f.input_text( lang('users.labels.email'), :email, :tabindex => 1 ) f.input_password( lang('users.labels.password'), :password, :tabindex => 2 ) f.g.div(:class => 'clearfix') do f.g.div(:class => 'button') do f.g.input(:type => :submit, :value => lang('users.buttons.login')) end end end } </article>
Version data entries
8 entries across 8 versions & 1 rubygems