volt-user_templates 0.5.1 → 0.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9d58ad3d552a97c42081687a20dc0b48656c6558
4
- data.tar.gz: 534378a910e1ae63752626e357eeb7894da078b3
3
+ metadata.gz: df5351aa5ca2cbf17753ad3231426a6dcdea8b5b
4
+ data.tar.gz: 56c86ce2e96d301a0241aa4031fffd1ca38b3375
5
5
  SHA512:
6
- metadata.gz: 07fa69391053621d4b8ecb11675e358bfd95472ddc1d3e009f806bbf25badedd4fde4700de5ab4c898d4c35263a428713daea7ecab50ca46a53e155dd92a9555
7
- data.tar.gz: dfe50460ee12cfccdf8d84dc3da8dff0b0add79d70e8b1cf8676168b939dcd41822aaf34bbabbfbee96e04a0e3034c90e547cf4c3b3e1a52994bddbffd5dd8ce
6
+ metadata.gz: cd7ae87f1d3439c9056c8005cb18d0a295f91d7b4803acfba4230dae79ba8fe701f0793187da160983be9a0fc6da1b1a92daf326373c4366d93a0a34f6ce1959
7
+ data.tar.gz: ac3760697e85a7378ff8ece3f53f154ea04b36b138ce81ca3c5b2f3f5d8c073a0ee67d6438c0341d6e4c5447c8ca834208af3506b5c0540d25686698b230c7d3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5.1
1
+ 0.5.2
@@ -14,7 +14,7 @@
14
14
 
15
15
  <div class="form-group">
16
16
  <label class="control-label">New Password</label>
17
- <input type="password" value="{{ user.password }}" />
17
+ <:fields:text type="password" label="false" value="{{ user.password }}" />
18
18
  </div>
19
19
 
20
20
  <button class="btn btn-info btn-block">Reset Password</button>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: volt-user_templates
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Stout