Skip to content

Commit 1c69bb2

Browse files
authored
Merge pull request #269 from bitcraze/enya/newsletter-signup-form
Fix for broken signup page for the newsletter
2 parents 244f1c8 + b13cd8f commit 1c69bb2

6 files changed

Lines changed: 3 additions & 100 deletions

File tree

src/_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h5 class="footer-col-heading">Trust &amp; Legal</h5>
2929
<div class="col-6 col-md-3 footer-col">
3030
<h5 class="footer-col-heading">Cooperation</h5>
3131
<ul class="footer-col-links">
32-
<li><a href="/signup/">Sign up for newsletter</a></li>
32+
<li><a href="https://eepurl.com/hiqdJ9">Sign up for newsletter</a></li>
3333
<li><a href="/about/distributors/">Distributors</a></li>
3434
<li><a href="/about/partners/">Partners</a></li>
3535
</ul>

src/_plugins/coming_soon.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def render(context)
1818
<div class="col-md-12">
1919
<button type="button" class="buy-button" disabled><i class="fa-solid fa-cart-shopping fa-fw"></i>Coming soon</button>
2020
<h4>Soon available in stores,
21-
<a title="Signup for newsletter" href="/signup/">sign up for our newsletter.</a>
21+
<a title="Signup for newsletter" href="https://eepurl.com/hiqdJ9">sign up for our newsletter.</a>
2222
</h4>
2323
</div>
2424
</div>'

src/_scss/_mailsignup.scss

Lines changed: 0 additions & 45 deletions
This file was deleted.

src/css/kraken.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
@import "buttons-kraken";
1515
@import "screenreader";
1616
@import "left-menu";
17-
@import "mailsignup";
1817
@import "sidebar";
1918
@import "pastie";
2019
@import "frontpage";

src/signup.md

Lines changed: 0 additions & 51 deletions
This file was deleted.

test/_plugins/coming_soon_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def test_that_tag_is_rendered
1212
expected = '<div class="row">
1313
<div class="col-md-12">
1414
<button type="button" class="buy-button" disabled><i class="fa-solid fa-cart-shopping fa-fw"></i>Coming soon</button>
15-
<h4>Soon available in stores, <a title="Signup for newsletter" href="/signup/">sign up for our newsletter.</a></h4>
15+
<h4>Soon available in stores, <a title="Signup for newsletter" href="https://eepurl.com/hiqdJ9">sign up for our newsletter.</a></h4>
1616
</div>
1717
</div>'
1818

0 commit comments

Comments
 (0)