1
0
Fork 0
forked from OpenNeo/impress

remove campaign banner from most pages

This commit is contained in:
Emi Matchu 2011-10-10 22:06:46 -05:00
parent df62e3540f
commit 70cf262387
2 changed files with 15 additions and 12 deletions

View file

@ -14,19 +14,22 @@ module ApplicationHelper
end
end
def campaign_progress(&block)
include_campaign_progress_requirements
CAMPAIGN_ACTIVE = false
def campaign_progress(options={}, &block)
if CAMPAIGN_ACTIVE || options[:always]
include_campaign_progress_requirements
if block_given?
content = capture(&block)
else
content = link_to('We made it! Image Mode has been released.', donate_path) +
link_to('Read more', donate_path, :class => 'button')
if block_given?
content = capture(&block)
else
content = link_to('We made it! Image Mode has been released.', donate_path) +
link_to('Read more', donate_path, :class => 'button')
end
html = content_tag(:div, nil, :class => 'campaign-progress') +
content_tag(:div, content, :class => 'campaign-progress-label')
content_tag(:div, html, :class => 'campaign-progress-wrapper')
end
html = content_tag(:div, nil, :class => 'campaign-progress') +
content_tag(:div, content, :class => 'campaign-progress-label')
content_tag(:div, html, :class => 'campaign-progress-wrapper')
end
def canonical_path(resource)

View file

@ -1,7 +1,7 @@
- title "Support Dress to Impress"
%h2 Thank you so much for all your help. We made it!
= campaign_progress do
= campaign_progress(:always => true) do
We've received
= surround '$', ',' do
%span.campaign-raised