Sha256: 1085572eaf571e86877ceec3c15377cb68239eca71a15808a7c2074414cfa95f

Contents?: true

Size: 694 Bytes

Versions: 10

Compression:

Stored size: 694 Bytes

Contents

#faForm.modal
  = form_for fa_user, :url => connect_organization_path(organization) do |form|
    .modal-header
      .close{'data-dismiss'=>'modal'} x
      .row-fluid
        .span2
          =image_tag "falogo_50.jpg"
        .span10
          %h3 Connect to Fractured Atlas
    .modal-body
      - back ||= false
      = hidden_field_tag :back, true if back
      %ul
        %li
          = form.label :username, "Fractured Atlas Username", :class=>'control-label'
          = form.text_field :username
        %li
          =form.label :password, "Password", :class=>'control-label'
          =form.password_field :password
    .modal-footer
      = form.submit "Connect", :class => 'btn'

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
artfully_ose-1.2.0.pre.4 app/views/organizations/_connection_form.html.haml
artfully_ose-1.2.0.pre.3 app/views/organizations/_connection_form.html.haml
artfully_ose-1.2.0.pre.2 app/views/organizations/_connection_form.html.haml
artfully_ose-1.2.0.pre.1 app/views/organizations/_connection_form.html.haml
artfully_ose-1.2.0.pre app/views/organizations/_connection_form.html.haml
artfully_ose-1.1.0 app/views/organizations/_connection_form.html.haml
artfully_ose-1.1.0.rc2 app/views/organizations/_connection_form.html.haml
artfully_ose-1.1.0.rc1 app/views/organizations/_connection_form.html.haml
artfully_ose-1.0.0.rc4 app/views/organizations/_connection_form.html.haml
artfully_ose-1.0.0.rc3 app/views/organizations/_connection_form.html.haml