A small fix
This commit is contained in:
		
							parent
							
								
									dd3caa1161
								
							
						
					
					
						commit
						f11b40320d
					
				| @ -3,6 +3,7 @@ include ApplicationHelper | ||||
| class PagesController < ApplicationController | ||||
| 
 | ||||
| 	def home | ||||
|         @conferences = Conference.all | ||||
| 		@conference = Conference.find(:first, :order => "start_date DESC") | ||||
| 	end | ||||
| 
 | ||||
|  | ||||
| @ -1,8 +1,12 @@ | ||||
| - title 'Bike!Bike!' | ||||
| - has_no_content | ||||
| - this_is_the_front_page | ||||
| - if @conference | ||||
| 	= render 'conferences/header' | ||||
| / | ||||
| 	= @conference.to_json.to_s | ||||
| / | ||||
| 	= @conferences.to_json.to_s | ||||
| -# if @conference | ||||
| -#	= render 'conferences/header' | ||||
| 
 | ||||
| -#%section | ||||
| -#	.row | ||||
|  | ||||
| @ -3,7 +3,7 @@ namespace :regenerate do | ||||
| 
 | ||||
| 	task conference_posters: :environment do | ||||
| 		Conference.all.each {|m| m.poster.recreate_versions!} | ||||
|         puts Conference.all.to_json.to_s | ||||
|         #puts Conference.all.to_json.to_s | ||||
| 	end | ||||
| 
 | ||||
| 	task organization_avatars: :environment do | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user