user_mgmt 0.3.9 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,12 +4,12 @@
4
4
  / %ul
5
5
  / - .errors.full_messages.each do |error|
6
6
  / %li= error
7
-
8
- %div
9
- = text_field :user, 'Email', :class => "input-block-level", :placeholder => 'Email'
7
+ .login_input
8
+ %div
9
+ = text_field :user, 'Email', :class => "input-block-level", :placeholder => 'Email'
10
10
 
11
- %div
12
- = text_field :user, 'Password', :class => "input-block-level", :type => "password", :placeholder => 'Password'
13
-
14
- %div
15
- = text_field :user, 'Password Confirmation', :class => "input-block-level", :type => "password", :placeholder => 'Password Confirmation'
11
+ %div
12
+ = text_field :user, 'Password', :class => "input-block-level", :type => "password", :placeholder => 'Password'
13
+
14
+ %div
15
+ = text_field :user, 'Password Confirmation', :class => "input-block-level", :type => "password", :placeholder => 'Password Confirmation'
@@ -2,14 +2,16 @@
2
2
  = form_tag user_path, :class => "form-signin", :method => :post do
3
3
  %h2 Sign up
4
4
  = render :partial => 'user_form'
5
- = submit_tag 'submit', :class => "btn btn-large btn-primary"
6
- = link_to 'cancel', cancel_path, :class => "btn btn-large btn-primary"
7
- %ul.unstyled
8
- %li
9
- = link_to image_tag('user_mgmt/normal/facebook.png', class: "menu_icon"), "auth/facebook"
10
- = link_to image_tag('user_mgmt/normal/twitter.png', class: "menu_icon"), "auth/twitter"
11
- = link_to image_tag('user_mgmt/normal/windows.png', class: "menu_icon"), "auth/windowslive"
12
- %li
13
- = link_to image_tag('user_mgmt/normal/linkedin.png', class: "menu_icon"), "auth/linkedin"
14
- = link_to image_tag('user_mgmt/normal/yahoo-copied.jpg', class: "menu_icon", height: '45', width: '45'), "auth/yahoo"
15
- = link_to image_tag('user_mgmt/normal/gmail-copied.png', class: "menu_icon", height: '45', width: '45'), "auth/google_oauth2"
5
+ .login_buttons
6
+ = submit_tag 'submit', :class => "btn btn-large btn-primary"
7
+ = link_to 'cancel', cancel_path, :class => "btn btn-large btn-primary"
8
+ .oauth_buttons
9
+ %ul.unstyled
10
+ %li
11
+ = link_to image_tag('user_mgmt/normal/facebook.png', class: "menu_icon"), "auth/facebook"
12
+ = link_to image_tag('user_mgmt/normal/twitter.png', class: "menu_icon"), "auth/twitter"
13
+ = link_to image_tag('user_mgmt/normal/windows.png', class: "menu_icon"), "auth/windowslive"
14
+ %li
15
+ = link_to image_tag('user_mgmt/normal/linkedin.png', class: "menu_icon"), "auth/linkedin"
16
+ = link_to image_tag('user_mgmt/normal/yahoo-copied.jpg', class: "menu_icon", height: '45', width: '45'), "auth/yahoo"
17
+ = link_to image_tag('user_mgmt/normal/gmail-copied.png', class: "menu_icon", height: '45', width: '45'), "auth/google_oauth2"
@@ -1,3 +1,3 @@
1
1
  module UserMgmt
2
- VERSION = "0.3.9"
2
+ VERSION = "0.4.0"
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.9
4
+ version: 0.4.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: