Sha256: a09d636fcce24153510ab37c1511fcb71f6b62a16c03a8e1630667dee7fa2eef

Contents?: true

Size: 561 Bytes

Versions: 3

Compression:

Stored size: 561 Bytes

Contents

.container
  .row
    .col-md-6.col-md-offset-3.col-sm-6.col-sm-offset-3
      %h2= t('admin.title')
      .page-header
        %h3= t('admin.auth.title')

      = twitter_form_for(resource, url: session_path(resource_name), width_class: 'col-md-8') do |f|
        = flash_alert_messages
        = f.string :email
        = f.password :password


        .form-group
          .col-md-4.col-md-offset-4
            %button.btn.btn-primary{type: "submit"}
              %span.glyphicon.glyphicon-lock
               
              = t('admin.auth.sign_in')

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
coalla-cms-0.5.2.4 lib/generators/coalla/cms/templates/views/administrators/sessions/new.html.haml
coalla-cms-0.5.1.9 lib/generators/coalla/cms/templates/views/administrators/sessions/new.html.haml
coalla-cms-0.5.1.8 lib/generators/coalla/cms/templates/views/administrators/sessions/new.html.haml