Misc data cleanup
This commit is contained in:
		
							parent
							
								
									c886a51b7d
								
							
						
					
					
						commit
						ced405cd03
					
				
					 3 changed files with 51 additions and 47 deletions
				
			
		| 
						 | 
				
			
			@ -22,15 +22,19 @@
 | 
			
		|||
      </div>
 | 
			
		||||
      <div class="grid-4">
 | 
			
		||||
        <dl class="span-1">
 | 
			
		||||
          <dt>Created</dt>
 | 
			
		||||
          <dt>Isolated From</dt>
 | 
			
		||||
          <dd>{{model.isolatedFrom}}</dd>
 | 
			
		||||
        </dl>
 | 
			
		||||
        <dl class="span-1">
 | 
			
		||||
          <dt>Record Created</dt>
 | 
			
		||||
          <dd>{{null-time model.createdAt 'LL'}}</dd>
 | 
			
		||||
        </dl>
 | 
			
		||||
        <dl class="span-1">
 | 
			
		||||
          <dt>Updated</dt>
 | 
			
		||||
          <dt>Record Updated</dt>
 | 
			
		||||
          <dd>{{null-time model.updatedAt 'LL'}}</dd>
 | 
			
		||||
        </dl>
 | 
			
		||||
        <dl class="span-1">
 | 
			
		||||
          <dt>Deleted</dt>
 | 
			
		||||
          <dt>Record Deleted</dt>
 | 
			
		||||
          <dd>{{null-time model.deletedAt 'LL'}}</dd>
 | 
			
		||||
        </dl>
 | 
			
		||||
        <dl class="span-1"></dl>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue