Sorted workshops on front page
This commit is contained in:
		
							parent
							
								
									cb97043c56
								
							
						
					
					
						commit
						7fddca6216
					
				| @ -13,4 +13,4 @@ | ||||
| 					- else | ||||
| 						%h3=_'articles.workshops.headings.Proposed_Workshops' | ||||
| 						%p=_'articles.workshops.paragraphs.Proposed_Workshops' | ||||
| 						= render 'workshops/workshop_previews', :workshops => @conference.workshops | ||||
| 						= render 'workshops/workshop_previews', :workshops => (@conference.workshops.sort { |a, b| a.title.downcase <=> b.title.downcase }) | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user