Sha256: 1b6930b00020ec61d631696002674bd8fe62cec028bc9bd3b3270552a37d5ece
Contents?: true
Size: 519 Bytes
Versions: 2
Compression:
Stored size: 519 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_access_token = f.text_field :schwab_id_token .actions = f.submit 'Go'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wco_models-3.1.0.189 | app/views/wco/profiles/_form.haml |
wco_models-3.1.0.188 | app/views/wco/profiles/_form.haml |