wheels 0.1.19 → 0.1.20
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/app/views/users/edit.html.haml +0 -3
- data/wheels.gemspec +1 -1
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.20
|
@@ -29,9 +29,6 @@
|
|
29
29
|
.field
|
30
30
|
.fieldName= pf.label :position
|
31
31
|
.fieldValue= pf.text_field :position
|
32
|
-
.field
|
33
|
-
.fieldName= label_tag "Please enter your password for verification:"
|
34
|
-
.fieldValue= f.password_field :old_password, :id=>"old_password"
|
35
32
|
.submit= f.submit "Update Account"
|
36
33
|
|
37
34
|
:css
|
data/wheels.gemspec
CHANGED