Sha256: 6838b02132ec8714d504d54d7fb3d54fe8eeeb79ff51439f102ca1c42c78c2bd

Contents?: true

Size: 1008 Bytes

Versions: 5

Compression:

Stored size: 1008 Bytes

Contents

.yui-b.sidebar=render :partial => 'shared/login_sidebar'

#yui-main
  .yui-b.main_column
    -box do
      %h3
        =:log_in_to_site.l(:site => configatron.community_name)
      = form_tag sessions_path, :class => 'MainForm' do
        %label{"for"=>"email"}=:email.l
        = text_field_tag 'email', nil, :size => 35
        %label{"for"=>"password"}=:password.l
        = password_field_tag 'password', nil, :size => 35
        %fieldset
          %label{"for"=>"remember_me"}
            =:remember_me.l
            = check_box_tag 'remember_me'
        %p
          = submit_tag :log_in.l

    -if configatron.auth_providers.to_hash.keys.any?
      -box :class => "alt" do
        %h3= t 'sessions.new.omniauth.header'
        -configatron.auth_providers.to_hash.keys.each do |provider|
          -alt = t('sessions.new.omniauth.button_alt', :provider => provider.to_s.capitalize)
          = link_to(image_tag("auth/#{provider.to_s}_64.png", :alt => alt), "/auth/#{provider.to_s}", :title => alt)


Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
community_engine-2.3.2 app/views/sessions/new.html.haml
community_engine-2.3.1 app/views/sessions/new.html.haml
community_engine-2.3.0 app/views/sessions/new.html.haml
community_engine-2.1.0 app/views/sessions/new.html.haml
community_engine-2.0.0 app/views/sessions/new.html.haml