Sha256: 692661ca0ae232db32db7678fef25b84bda190ab7e4493f118b63847fc7674cf

Contents?: true

Size: 715 Bytes

Versions: 24

Compression:

Stored size: 715 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, autocomplete: 'off'
    .modal-footer
      = form.submit "Connect", :class => 'btn'

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
artfully_ose-1.3.0.pre1 app/views/organizations/_connection_form.html.haml
artfully_ose-1.2.0 app/views/organizations/_connection_form.html.haml
artfully_ose-1.2.0.beta.1 app/views/organizations/_connection_form.html.haml
artfully_ose-1.2.0.alpha.2 app/views/organizations/_connection_form.html.haml
artfully_ose-1.2.0.alpha.1 app/views/organizations/_connection_form.html.haml
artfully_ose-1.2.0.pre.27 app/views/organizations/_connection_form.html.haml
artfully_ose-1.2.0.pre.26 app/views/organizations/_connection_form.html.haml
artfully_ose-1.2.0.pre.24 app/views/organizations/_connection_form.html.haml
artfully_ose-1.2.0.pre.23 app/views/organizations/_connection_form.html.haml
artfully_ose-1.2.0.pre.21 app/views/organizations/_connection_form.html.haml
artfully_ose-1.2.0.pre.20 app/views/organizations/_connection_form.html.haml
artfully_ose-1.2.0.pre.19 app/views/organizations/_connection_form.html.haml
artfully_ose-1.2.0.pre.18 app/views/organizations/_connection_form.html.haml
artfully_ose-1.2.0.pre.17 app/views/organizations/_connection_form.html.haml
artfully_ose-1.2.0.pre.16 app/views/organizations/_connection_form.html.haml
artfully_ose-1.2.0.pre.15 app/views/organizations/_connection_form.html.haml
artfully_ose-1.2.0.pre.12 app/views/organizations/_connection_form.html.haml
artfully_ose-1.2.0.pre.11 app/views/organizations/_connection_form.html.haml
artfully_ose-1.2.0.pre.10 app/views/organizations/_connection_form.html.haml
artfully_ose-1.2.0.pre.9 app/views/organizations/_connection_form.html.haml