user_mgmt 0.3.7 → 0.3.8

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.
@@ -1,17 +1,17 @@
1
1
  .container
2
- .row
3
- .span6.offset3
4
2
  = form_tag user_log_in_path, :class => "form-signin", :method => :post do
5
3
  %h2.form-signin-heading Log in
6
4
 
7
- %div
8
- = text_field :user, 'Email', :class => "input-block-level", :placeholder => "Email"
5
+ .login_input
6
+ %div
7
+ = text_field :user, 'Email', :class => "input-block-level", :placeholder => "Email"
9
8
 
10
- %div
11
- = text_field :user, 'Password', :class => "input-block-level", :type => "password", :placeholder => 'Password'
9
+ %div
10
+ = text_field :user, 'Password', :class => "input-block-level", :type => "password", :placeholder => 'Password'
12
11
 
13
- = submit_tag 'submit', :class => "btn btn-large btn-primary"
14
- = link_to 'cancel', cancel_path, :class => "btn btn-large btn-primary"
12
+ .login_buttons
13
+ = submit_tag 'submit', :class => "btn btn-large btn-primary"
14
+ = link_to 'cancel', cancel_path, :class => "btn btn-large btn-primary"
15
15
 
16
16
  %ul.unstyled
17
17
  %li
@@ -1,3 +1,3 @@
1
1
  module UserMgmt
2
- VERSION = "0.3.7"
2
+ VERSION = "0.3.8"
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.3.7
4
+ version: 0.3.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: