user_mgmt 0.7.15 → 0.7.16

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: d1442496ceab42866f5751413b289983072fa4a3
4
- data.tar.gz: 0faca4b682fbfb1fb116de9f926ea57454f6dffc
3
+ metadata.gz: 56a7ed108983f96f742883118da9014f0f615ed7
4
+ data.tar.gz: c64cd849cf834d172cdc748d4b99d361a71d951d
5
5
  SHA512:
6
- metadata.gz: 43a1e18d83e1c3e9ddb7d1d884a75c54b0ba206606fca16a9be163ba9cfbb35317897f291503821250e0f5a21506145201b546571f420bda8121bbc59e95bfba
7
- data.tar.gz: 079c8c7cd2a51f132c856d56381a73eb3952200ab5e354db1a1c2ff4fdc4183954cc1f97b3d84d3aa63725d7ccceac131f53470565d8e73003e24f455433d259
6
+ metadata.gz: 4f652bb4225ed6207cbd223f7ee9658007110a80771b043e763ce69c3d9671385258a1a38f757b7508a5e163f5b8c4a2c2e8f987a943561dd1bdfee92f184dd7
7
+ data.tar.gz: 8904b10617ccf19cfadada82a5ba9c03b35ab7fba6d570ba16c235f8f1e948820cbb193d37d25ab7e1067d6880b712b766ac5d0ee0460a10b4876ff719d2c560
@@ -1,7 +1,7 @@
1
1
  .container
2
2
  = form_tag send_password_reset_path, :class => "form-signin", :method => :get do
3
- %h2 Reset your password
4
- .login_input
3
+ %h2.center Reset your password
4
+ .login_input.center
5
5
  %div
6
6
  = text_field :user, 'Token', :class => "input-block-level", :placeholder => 'Token'
7
7
 
@@ -11,4 +11,4 @@
11
11
  %div
12
12
  = text_field :user, 'New Password Confirmation', :class => "input-block-level", :type => "password", :placeholder => 'Password Confirmation'
13
13
 
14
- = submit_tag 'submit', :class => "center btn btn-large btn-primary"
14
+ = submit_tag 'submit', :class => "btn btn-large btn-primary"
@@ -1,3 +1,3 @@
1
1
  module UserMgmt
2
- VERSION = "0.7.15"
2
+ VERSION = "0.7.16"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: user_mgmt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.15
4
+ version: 0.7.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Danilo Faria, Fernando Gorodscy, Josh Leslie