Add link to full results when contests are completed
This commit is contained in:
		
							parent
							
								
									71b6ebf48c
								
							
						
					
					
						commit
						4926873e42
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -89,6 +89,7 @@ include "partials/head.php";
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
    ? " visibility"
 | 
					    ? " visibility"
 | 
				
			||||||
    : ""; ?></a></li>
 | 
					    : ""; ?></a></li>
 | 
				
			||||||
 | 
					                    <?php if ($game->status_id === STATUS_DONE) { ?><li><a href="/games/<?= $game->id ?>/results" class='call-to-action'>View full results</a></li><?php } ?>
 | 
				
			||||||
                </ul>
 | 
					                </ul>
 | 
				
			||||||
                <?php include "partials/feedback.php"; ?>
 | 
					                <?php include "partials/feedback.php"; ?>
 | 
				
			||||||
                <?php include "partials/assignments.php"; ?>
 | 
					                <?php include "partials/assignments.php"; ?>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue