Sha256: ec7a159ac5b6b590dcdcbe41710800ee828f977c5806bf464fd68f9a2d9591e7

Contents?: true

Size: 577 Bytes

Versions: 3

Compression:

Stored size: 577 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|
        = render_alert(flash[:alert], :danger)
        = 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.7.0.0 lib/generators/coalla/cms/templates/views/administrators/sessions/new.html.haml
coalla-cms-0.6.1.1 lib/generators/coalla/cms/templates/views/administrators/sessions/new.html.haml
coalla-cms-0.6.0.9 lib/generators/coalla/cms/templates/views/administrators/sessions/new.html.haml