diff --git a/application/views/home.xhtml b/application/views/home.xhtml
index 7b333e975c888c6867d548f237b0b8fc2fe79923..c8256357ea3381298d5c5388579ee4998f7fcf99 100755
--- a/application/views/home.xhtml
+++ b/application/views/home.xhtml
@@ -118,8 +118,10 @@
                     ?>                </td>
                 <td>
                     <a href="/Request/View/<?php echo $request->getPrimaryKey(); ?>">View</a>
-                    /
-                    <a href="/Request/Load/<?php echo $request->getPrimaryKey(); ?>">Edit</a>                </td>
+                    <!-- /
+                    <a href="/Request/Load/<?php echo $request->getPrimaryKey(); ?>">Edit</a>
+                    -->
+                </td>
                 <td>
                     <?php
                     $lastViewTime = RequestViewTimes::getInstance()->getViewTimeForUserAndRequest($this->user, $request);