Sha256: 3fe50a37611202292f0dba320689e09f8f2038591227026cfdafadadf9d33d57

Contents?: true

Size: 515 Bytes

Versions: 11

Compression:

Stored size: 515 Bytes

Contents

.profiles--form
  = form_for profile do |f|
    .field
      %label email
      = f.text_field :email

    .field
      %label role
      = f.select :role, options_for_select(Wco::Profile.roles_list, selected: profile.role )

    .field
      %label schwab_access_token
      = f.text_field :schwab_access_token
    .field
      %label schwab_refresh_token
      = f.text_field :schwab_refresh_token
    .field
      %label schwab_id_token
      = f.text_field :schwab_id_token

    .actions
      = f.submit 'Go'

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
wco_models-3.1.0.201 app/views/wco/profiles/_form.haml
wco_models-3.1.0.199 app/views/wco/profiles/_form.haml
wco_models-3.1.0.198 app/views/wco/profiles/_form.haml
wco_models-3.1.0.197 app/views/wco/profiles/_form.haml
wco_models-3.1.0.196 app/views/wco/profiles/_form.haml
wco_models-3.1.0.195 app/views/wco/profiles/_form.haml
wco_models-3.1.0.194 app/views/wco/profiles/_form.haml
wco_models-3.1.0.193 app/views/wco/profiles/_form.haml
wco_models-3.1.0.192 app/views/wco/profiles/_form.haml
wco_models-3.1.0.191 app/views/wco/profiles/_form.haml
wco_models-3.1.0.190 app/views/wco/profiles/_form.haml