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