Sha256: 8d13fb8e907ea5a9a9e04d489c71e812d0db659144e6bbc4102d95fb2dada690

Contents?: true

Size: 713 Bytes

Versions: 12

Compression:

Stored size: 713 Bytes

Contents

- title :profile_title.t(user: Olelo::User.current.name)
h1= title
= flash_messages
form action=build_path(:profile) method='post'
  .fieldset
    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

12 entries across 12 versions & 1 rubygems

Version Path
olelo-0.9.15 lib/olelo/views/profile.slim
olelo-0.9.14 lib/olelo/views/profile.slim
olelo-0.9.13 lib/olelo/views/profile.slim
olelo-0.9.12 lib/olelo/views/profile.slim
olelo-0.9.11 lib/olelo/views/profile.slim
olelo-0.9.10 lib/olelo/views/profile.slim
olelo-0.9.9 lib/olelo/views/profile.slim
olelo-0.9.8 views/profile.slim
olelo-0.9.7 views/profile.slim
olelo-0.9.6 views/profile.slim
olelo-0.9.5 views/profile.slim
olelo-0.9.4 views/profile.slim