Show More
Commit Description:
fix readme
Commit Description:
fix readme
File last commit:
Show/Diff file:
Action:
app/views/users/index.html.haml | 36 lines | 1.1 KiB | text/x-haml | HamlLexer |
jittat
more styling...
r78 = user_title_bar(@user)
jittat
+user template, +some style...
r14 %h1 Your account settings
jittat
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
r162 -#%p
-#You can edit your alias and e-mails. Just click on the text and edit it.
jittat
+user template, +some style...
r14
win11905
update change password box
r734 %table.table.table-bordered{:style => "width:30%"}
jittat
+user template, +some style...
r14 %tr
win11905
update change password box
r734 %th Login
%td= @user.login
jittat
+user template, +some style...
r14 %tr
win11905
update change password box
r734 %th Full name
%td= @user.full_name
jittat
MERGED 308:HEAD from http://theory.cpe.ku.ac.th/grader/web/branches/ytopc08-2/, removed some registration info...
r162 -#%tr
-#%th.uinfo Alias
-#%td.uinfo= in_place_editor_field :user, 'alias_for_editing', {}, :rows => 1
-#%tr
-#%th.uinfo E-mail
-#%td.uinfo= in_place_editor_field :user, 'email_for_editing', {}, :rows => 1
jittat
+user template, +some style...
r14 %tr
win11905
update change password box
r734 %th Password
%td
Jittat Fakcharoenphol
fixed form_tag/form_for, disabled attributes whitelist
r321 = form_tag :action => 'chg_passwd', :method => 'post' do
jittat
+user template, +some style...
r14 %table
%tr
win11905
update change password box
r734 %td
%input{:type => "password", :class => "form-control", :name => "passwd", :id => "passwd"}
jittat
+user template, +some style...
r14 %td (new)
%tr
win11905
update change password box
r734 %td
%input{:type => "password", :class => "form-control", :name => "passwd_verify", :id => "passwd_verify"}
jittat
+user template, +some style...
r14 %td (verify)
%tr
%td{:colspan => "2"}
win11905
update change password box
r734 %input{:type => "button", :class => "btn btn-default", :name => "commit", :value => "Change Password"}