Sha256: 4484c0e6912ac2bd33051dcd37b684ba58aa89a13ba3b2f8f47a7a938459eca8

Contents?: true

Size: 692 Bytes

Versions: 45

Compression:

Stored size: 692 Bytes

Contents

- url = profile.persisted? ? profile_path( profile.id ) : profiles_path

= form_for profile, :as => :profile, :url => url do |f|
  %label name
  = f.text_field :name

  .input-field
    %label email
    = f.text_field :email
  .a
    %label role name
    = f.select :role_name, options_for_select( [[nil, nil]] + IshModels::UserProfile::ROLES.map { |r| [ r, r ] }, :selected => profile.role_name )

  .a
    %label About
    = f.text_area :about, :rows => 10
    
  .input-field
    = f.label :fb_access_token
    = f.text_field :fb_access_token
  .input-field
    = f.label :fb_long_access_token
    = f.text_field :fb_long_access_token
  
  = f.submit 'Save', :class => %w(button)
  
    

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
ish_manager-0.1.8.105 app/views/ish_manager/user_profiles/_form.haml
ish_manager-0.1.8.104 app/views/ish_manager/user_profiles/_form.haml
ish_manager-0.1.8.103 app/views/ish_manager/user_profiles/_form.haml
ish_manager-0.1.8.102 app/views/ish_manager/user_profiles/_form.haml
ish_manager-0.1.8.101 app/views/ish_manager/user_profiles/_form.haml
ish_manager-0.1.8.100 app/views/ish_manager/user_profiles/_form.haml
ish_manager-0.1.8.99 app/views/ish_manager/user_profiles/_form.haml
ish_manager-0.1.8.98 app/views/ish_manager/user_profiles/_form.haml
ish_manager-0.1.8.97 app/views/ish_manager/user_profiles/_form.haml
ish_manager-0.1.8.96 app/views/ish_manager/user_profiles/_form.haml
ish_manager-0.1.8.95 app/views/ish_manager/user_profiles/_form.haml
ish_manager-0.1.8.94 app/views/ish_manager/user_profiles/_form.haml
ish_manager-0.1.8.93 app/views/ish_manager/user_profiles/_form.haml
ish_manager-0.1.8.92 app/views/ish_manager/user_profiles/_form.haml
ish_manager-0.1.8.91 app/views/ish_manager/user_profiles/_form.haml
ish_manager-0.1.8.90 app/views/ish_manager/user_profiles/_form.haml
ish_manager-0.1.8.89 app/views/ish_manager/user_profiles/_form.haml
ish_manager-0.1.8.88 app/views/ish_manager/user_profiles/_form.haml
ish_manager-0.1.8.87 app/views/ish_manager/user_profiles/_form.haml
ish_manager-0.1.8.86 app/views/ish_manager/user_profiles/_form.haml