|  |  |  | @ -61,7 +61,7 @@ | 
		
	
		
			
				|  |  |  |  |             [:div {:class (str "instance-content " | 
		
	
		
			
				|  |  |  |  |                                "attr-type-" type)} | 
		
	
		
			
				|  |  |  |  |              (render-fn (:value prop))])) | 
		
	
		
			
				|  |  |  |  |     (when-not (empty? (:links-out instance)) | 
		
	
		
			
				|  |  |  |  |     (when (seq? (:links-out instance)) | 
		
	
		
			
				|  |  |  |  |       [:section.links | 
		
	
		
			
				|  |  |  |  |        [:h2 "Outgoing Links"] | 
		
	
		
			
				|  |  |  |  |        [:table | 
		
	
	
		
			
				
					|  |  |  | @ -94,7 +94,7 @@ | 
		
	
		
			
				|  |  |  |  |     (hform/form-to [:delete (path :instance-delete instance)] | 
		
	
		
			
				|  |  |  |  |                    (anti-forgery-field) | 
		
	
		
			
				|  |  |  |  |                    (view/delete-btn)) | 
		
	
		
			
				|  |  |  |  |     (when-not (empty? (:links-out instance)) | 
		
	
		
			
				|  |  |  |  |     (when (seq? (:links-out instance)) | 
		
	
		
			
				|  |  |  |  |       [:section.links | 
		
	
		
			
				|  |  |  |  |        [:h2 "Outgoing Links"] | 
		
	
		
			
				|  |  |  |  |        [:table | 
		
	
	
		
			
				
					|  |  |  | 
 |