caboose-cms 0.8.20 → 0.8.21

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c2144d44f9229569d71d7f708f862c3308f43191
4
- data.tar.gz: 5dda1148bf82a6bf1956b7bfecd379dbd93d3eec
3
+ metadata.gz: e43c9cfb171fd6b5ce8af9a31b8a94f7e8dfad62
4
+ data.tar.gz: d3805ca54e8a82f6186744af0376fbec10125d9c
5
5
  SHA512:
6
- metadata.gz: bf47900e3d42c50af343fc33edc177b123111529b808f6f5958b76749a377c03533106e9d6e1efc5f805a32c69bda382ac2530194c8315169465f26383a891ca
7
- data.tar.gz: 2699c567d70870f7ba74f1036c4023a210685328bcde81fc2c69a712c993ed600041bada712e4a8cf54cdf0f625e6a678a887257e95ca6897a1a968c243c7f21
6
+ metadata.gz: cf8ffa5ca186333a8ae4677dd07eb14aeda4c306ff3357e9f6ea828dbbbad041ed9f143b5e23852fb833384b4cd216ddcc4a4513f3f9401b20ad4d1050193936
7
+ data.tar.gz: 6cea09c672f9b096f1c3f9fce48da1d764bc3c58aa1a3f8bf3f90f20fdf60095691b30b0f6e6d8cf9eeab0e3d27dccea8ef72d21fae0857a2c44c0cac0928c9e
@@ -20,6 +20,7 @@
20
20
  <label class="small">Password:</label>
21
21
  <p><input name="password" type="password" /></p>
22
22
  <p><input type="submit" value="Continue" /></p>
23
+ <p><a href='#' id='forgot_password'>Forgot your password?</a></p>
23
24
  </form>
24
25
  </div>
25
26
  <div class="constrain" id='register_form_container'>
@@ -50,6 +51,14 @@
50
51
 
51
52
  <%= content_for :caboose_js do %>
52
53
  <%= javascript_include_tag 'caboose/checkout_login_register' %>
54
+ <script type='text/javascript'>
55
+ $(document).ready(function() {
56
+ $('#forgot_password').click(function(e) {
57
+ e.preventDefault();
58
+ caboose_modal_url("/login/forgot-password?return_url=/checkout");
59
+ });
60
+ });
61
+ </script>
53
62
  <% end %>
54
63
  <%= content_for :caboose_css do %>
55
64
  <%= stylesheet_link_tag 'caboose/message_boxes' %>
@@ -1,3 +1,3 @@
1
1
  module Caboose
2
- VERSION = '0.8.20'
2
+ VERSION = '0.8.21'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: caboose-cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.20
4
+ version: 0.8.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - William Barry