mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-29 19:26:30 -04:00
Merge pull request #935 from CloCkWeRX/remove_crowdfunding
Remove crowdfunding code
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
= render :partial => "layouts/meta"
|
||||
%body
|
||||
= render :partial => "layouts/header"
|
||||
= render :partial => "layouts/crowdfunding"
|
||||
|
||||
#maincontainer.container
|
||||
.row
|
||||
|
||||
Reference in New Issue
Block a user