kopia lustrzana https://github.com/magicbug/Cloudlog
				
				
				
			Fixes issue with create button not showing
							rodzic
							
								
									4eb641f76e
								
							
						
					
					
						commit
						3733fca792
					
				| 
						 | 
				
			
			@ -19,6 +19,8 @@
 | 
			
		|||
	<p class="card-text">Similar to logbooks, a station profile keeps a set of QSOs together.</p>
 | 
			
		||||
	<p class="card-text">Only one logbook may be active at a time. In the table below this is shown with the "Active Logbook" badge.</p>
 | 
			
		||||
 | 
			
		||||
	  <p><a href="<?php echo site_url('station/create'); ?>" class="btn btn-primary"><i class="fas fa-plus"></i> Create a Station Profile</a></p>
 | 
			
		||||
	  
 | 
			
		||||
		<?php if ($stations->num_rows() > 0) { ?>
 | 
			
		||||
 | 
			
		||||
		<?php if($current_active == 0) { ?>
 | 
			
		||||
| 
						 | 
				
			
			@ -35,7 +37,6 @@
 | 
			
		|||
			</div>
 | 
			
		||||
		<?php } ?>
 | 
			
		||||
	  
 | 
			
		||||
		<p><a href="<?php echo site_url('station/create'); ?>" class="btn btn-primary"><i class="fas fa-plus"></i> Create a Station Profile</a></p>
 | 
			
		||||
		<div class="table-responsive">
 | 
			
		||||
		<table class="table table-striped">
 | 
			
		||||
			<thead>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Ładowanie…
	
		Reference in New Issue