From 2c01216e315e9093dd764bc535ddd586f4d3578c Mon Sep 17 00:00:00 2001
From: Kurniandha Sukma Yunastrian <13516106@std.stei.itb.ac.id>
Date: Wed, 19 May 2021 21:22:43 +0700
Subject: [PATCH] Remove show result on previous phase

---
 resources/views/project.blade.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/resources/views/project.blade.php b/resources/views/project.blade.php
index 0b8a81e..00773a1 100644
--- a/resources/views/project.blade.php
+++ b/resources/views/project.blade.php
@@ -66,7 +66,7 @@
                                     <tr class="table-success">
                                         <th scope="row" class="align-middle">{{ $i }}</th>
                                         <td class="align-middle">Done</td>
-                                        <td class="align-middle"><a class="btn btn-primary" href="{{ $id }}/phase/{{ $i }}" role="button">Show result</a></td>
+                                        <td class="align-middle">-</td>
                                     </tr>
                                 @elseif($i == $project->phase)
                                     <tr class="table-primary">
-- 
GitLab