Set location title to link text on the schedule
This commit is contained in:
		
							parent
							
								
									89009d5a93
								
							
						
					
					
						commit
						93ecda55fe
					
				@ -15,7 +15,7 @@
 | 
				
			|||||||
                  %tr
 | 
					                  %tr
 | 
				
			||||||
                    %th.corner
 | 
					                    %th.corner
 | 
				
			||||||
                    - data[:locations].each do |id, location|
 | 
					                    - data[:locations].each do |id, location|
 | 
				
			||||||
                      %th.location-header=location.is_a?(Symbol) ? '' : location_link(location)
 | 
					                      %th.location-header=location.is_a?(Symbol) ? '' : location_link(location, :title)
 | 
				
			||||||
              %tbody
 | 
					              %tbody
 | 
				
			||||||
                - data[:times].each do |time, time_data|
 | 
					                - data[:times].each do |time, time_data|
 | 
				
			||||||
                  %tr{class: "row-type-#{time_data[:type] || 'nil'}"}
 | 
					                  %tr{class: "row-type-#{time_data[:type] || 'nil'}"}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user