Sha256: 842125c6c15df385bf2ee2520c2ff0e0d37a0bc1df2f0654bf3e2cbec2d8b6db

Contents?: true

Size: 720 Bytes

Versions: 4

Compression:

Stored size: 720 Bytes

Contents

- title :profile_title.t(:user => Olelo::User.current.name)
h1= title
form action=build_path(:profile) method='post'
  .fieldset
    = flash_messages
    h2= :change_password.t
    label for='oldpassword' = :old_password.t
    &password name='oldpassword' id='oldpassword'
    br
    label for='password' = :password.t
    &password name='password' id='password'
    br
    label for='confirm' = :confirm_password.t
    &password name='confirm' id='confirm'
    br
    h2= :settings.t
    label for='email' = :email.t
    &email name='email' id='email' value=Olelo::User.current.email
    br
    h2= :groups.t
    ul
      - Olelo::User.current.groups.each do |x|
        li= x
    br
    button&submit = :save.t
    br

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
olelo-0.9.3 views/profile.slim
olelo-0.9.2 views/profile.slim
olelo-0.9.1 views/profile.slim
olelo-0.9.0 views/profile.slim