* bring back virtual jam fest link, but fix text based on VRFS-1541

This commit is contained in:
Seth Call 2014-03-27 19:03:06 +00:00
parent 94494a2b3a
commit 28901b4d92
2 changed files with 9 additions and 0 deletions

View File

@ -214,6 +214,11 @@ class UsersController < ApplicationController
@promo_latest, start = Feed.index(nil, limit: 10)
end
# temporary--will go away soon
@jamfest_2014 = Event.find_by_id('80bb6acf-3ddc-4305-9442-75e6ec047c27')
@jamfest_2014 = Event.find_by_id('a2dfbd26-9b17-4446-8c61-b67a542ea6ee') unless @jamfest_2014
# temporary--end
@welcome_page = true
render :layout => "web"
end

View File

@ -7,6 +7,10 @@
= link_to "Already have an account?", signin_path, class: "signin", id: "signin"
- content_for :after_black_bar do
- if @jamfest_2014
.jamfest{style: 'top:-70px;position:relative'}
%a{ href: event_path(@jamfest_2014.slug), style: 'font-size:24px' }
Listen to the terrific band performances from Virtual Jam Fest 2014!
%div{style: "padding-top:20px;"}
.right
= render :partial => "buzz"