Merge pull request #935 from CloCkWeRX/remove_crowdfunding

Remove crowdfunding code
This commit is contained in:
Mackenzie
2016-05-29 23:27:22 -04:00
3 changed files with 0 additions and 22 deletions

View File

@@ -248,20 +248,6 @@ html, body
background: white
z-index: $zindex-tooltip
// Crowdfunding campaign, Sep-Oct 2014
.crowdfunding-banner
text-align: center
font-weight: bold
background-color: lighten($green, 30%)
margin-top: 0px
margin-bottom: 5px
padding: 15px
.crowdfunding-banner a
color: $brown
text-decoration: underline
.alert
a
font-weight: 800

View File

@@ -1,7 +0,0 @@
- daysleft = Date.new(2014, 10, 22) - Date.today # end of campaign is the 21st, this gives a number that matches what IGG uses
- if daysleft > 0
.crowdfunding-banner
Help us share free growing information with the world.
= link_to "Support our crowdfunding campaign.", "https://www.indiegogo.com/projects/growstuff/x/6079859"
There are only #{daysleft.to_i} days left.

View File

@@ -3,7 +3,6 @@
= render :partial => "layouts/meta"
%body
= render :partial => "layouts/header"
= render :partial => "layouts/crowdfunding"
#maincontainer.container
.row