Sha256: eaff7d1a6180a78775a70f42555afb3f8784a55f2f55ea20db567f043bcc1315

Contents?: true

Size: 358 Bytes

Versions: 13

Compression:

Stored size: 358 Bytes

Contents

#content
  %h1 Edit User Settings
  .clearfix
    - if params.try(:[], :invitation_token) || params.try(:[], :concen_user).try(:[], :invitation_token)
      = render "form"
    - elsif params.try(:[], :password_reset_token) || params.try(:[], :concen_user).try(:[], :password_reset_token)
      = render "password_reset"
    - else
      = render "settings"

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
concen-0.2.4 app/views/concen/users/edit.html.haml
concen-0.2.3 app/views/concen/users/edit.html.haml
concen-0.2.2 app/views/concen/users/edit.html.haml
concen-0.2.1 app/views/concen/users/edit.html.haml
concen-0.2.0 app/views/concen/users/edit.html.haml
concen-0.1.7 app/views/concen/users/edit.html.haml
concen-0.1.6 app/views/concen/users/edit.html.haml
concen-0.1.5 app/views/concen/users/edit.html.haml
concen-0.1.4 app/views/concen/users/edit.html.haml
concen-0.1.3 app/views/concen/users/edit.html.haml
concen-0.1.2 app/views/concen/users/edit.html.haml
concen-0.1.1 app/views/concen/users/edit.html.haml
concen-0.1 app/views/concen/users/edit.html.haml