24
This commit is contained in:
		
							parent
							
								
									d438d5ba98
								
							
						
					
					
						commit
						c9dcb091fb
					
				
					 2 changed files with 5 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -47,4 +47,4 @@ carol_biro:
 | 
			
		|||
    name: Carol Biro
 | 
			
		||||
    email: carol.biro@haufe-lexware.com
 | 
			
		||||
    github: birocarol
 | 
			
		||||
    linkedin : carol-biro
 | 
			
		||||
    linkedin : carol-biro-5b0a5342
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -158,7 +158,7 @@ To understand a bit better let's take a look on the trips page which is built up
 | 
			
		|||
            <span class="icon-bar"></span>
 | 
			
		||||
        </button>
 | 
			
		||||
        <a class="navbar-brand padding-rl10">
 | 
			
		||||
            <span class="glyphicon glyphicon-user"></span> {{employeeData.first_name}} {{employeeData.last_name}}
 | 
			
		||||
            <span class="glyphicon glyphicon-user"></span> \{\{employeeData.first_name\}\} \{\{employeeData.last_name\}\}
 | 
			
		||||
        </a>            
 | 
			
		||||
    </div>
 | 
			
		||||
    <div class="navbar-header pull-right">
 | 
			
		||||
| 
						 | 
				
			
			@ -179,13 +179,13 @@ 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'}}
 | 
			
		||||
                        \{\{ trip.departure_date | date : 'dd.MM.yyyy'\}\}
 | 
			
		||||
                    </td>
 | 
			
		||||
                    <td>
 | 
			
		||||
                        {{ trip.departure }}
 | 
			
		||||
                        \{\{ trip.departure \}\}
 | 
			
		||||
                    </td>
 | 
			
		||||
                    <td>
 | 
			
		||||
                        {{ trip.destination }}
 | 
			
		||||
                        \{\{ trip.destination \}\}
 | 
			
		||||
                    </td>
 | 
			
		||||
                </tr>
 | 
			
		||||
                </tbody>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue