30
This commit is contained in:
		
							parent
							
								
									feebcb68e1
								
							
						
					
					
						commit
						590d5528ff
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -179,7 +179,9 @@ To understand a bit better let's take a look on the trips page which is built up
 | 
			
		|||
                <tbody>
 | 
			
		||||
                <tr ng-repeat="trip in trips | orderBy : departure_date : reverse" ng-click="editTravel(trip.id)">
 | 
			
		||||
                    <td>
 | 
			
		||||
                        { {trip.departure_date | date : 'dd.MM.yyyy'} }
 | 
			
		||||
{% raw %}
 | 
			
		||||
                        {{trip.departure_date | date : 'dd.MM.yyyy'}}
 | 
			
		||||
{% endraw %}
 | 
			
		||||
                    </td>
 | 
			
		||||
                    <td>
 | 
			
		||||
                        { {trip.departure} }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue