Sha256: e0168fc44e1c01ed06673c650fd7ac6c177db0558218c7f8dbd266c5a9c8d8d8

Contents?: true

Size: 484 Bytes

Versions: 4

Compression:

Stored size: 484 Bytes

Contents

%h5 Editing profile of user #{@profile.user.email}
.a
  = form_for @profile do |f|
    .field
      = f.label :email
      = f.text_field :email
    .field
      = f.label :role_name
      = f.select :role_name, ::IshModels::UserProfile::ROLES
    .field
      = f.label :fb_access_token
      = f.text_field :fb_access_token
    .field
      = f.label :fb_long_access_token
      = f.text_field :fb_long_access_token
    .action
      = f.submit 'Submit', :class => %w(button)
    

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ish_manager-0.1.8.60 app/views/ish_manager/user_profiles/edit.haml
ish_manager-0.1.8.59 app/views/ish_manager/user_profiles/edit.haml
ish_manager-0.1.8.58 app/views/ish_manager/user_profiles/edit.haml
ish_manager-0.1.8.57 app/views/ish_manager/user_profiles/edit.haml