Displaying 2 results from an estimated 2 matches for "leftbar".
Did you mean:
left_bar
2002 Jul 15
6
confusing comment in encoder_example.c
I think the example in the comment has a '-' that shouldn't be there (line
108):
/*********************************************************************
Encoding using a VBR quality mode. The usable range is -.1
(lowest quality, smallest file) to 1. (highest quality, largest file).
Example quality mode .4: 44kHz stereo coupled, roughly 128kbps VBR
ret =
2010 Aug 09
0
Devise :current_password validations and checking (how???)
...using HAML
I''m also using config.encryptor = :restful_authentication_sha1
since I migrated from auth_logic to devise authentication tool
"Views/Settings/change_password.haml" goes like this
***************************************************************
%aside#sidebar
%nav.leftbar
%ul
%li.pwd= link_to "Password", change_password_path
%section#content.w.r
= form_for(@user, :as => :user, :url => change_password_path(:user))
do |f|
%h1 Change your password
%fieldset
%div
= f.hidden_field :reset_password_token
%div...