diff --git a/application/views/home.xhtml b/application/views/home.xhtml
index b5bded41b1e5b7238e6877247cf89b069e7d7ec0..c5ad88803f0f8270b50af1a02d30e7a3b8c32bf6 100755
--- a/application/views/home.xhtml
+++ b/application/views/home.xhtml
@@ -208,11 +208,11 @@
                            href="/Request/View/<?php echo $request->getPrimaryKey(); ?>">
                             View
                         </a>
-                        /
-                        <a class="requestLink<?php echo $linkClass; ?>"
+                        <!-- /
+                        < a class="requestLink<?php echo $linkClass; ?>"
                            href="/Request/Load/<?php echo $request->getPrimaryKey(); ?>">
                             Edit
-                        </a>
+                        </a -->
                     </td>
                     <td>
                         <?php
diff --git a/application/views/request/view.xhtml b/application/views/request/view.xhtml
index e298729cde44441a5b5cadb4751f5ab7d2902e20..9f9e2c8ab74fcca5d37392a07aa62597df6a3acd 100644
--- a/application/views/request/view.xhtml
+++ b/application/views/request/view.xhtml
@@ -161,9 +161,9 @@
     <a id="nextRequestLink" href="/Request/View/<?php echo $this->nextRequestId; ?>">Next--&gt;</a>
     <?php } ?>
     <?php } ?>
-    <div id="editLink">
+    <!-- div id="editLink">
         <a href="/Request/Load/<?php echo $this->request->getPrimaryKey(); ?>">--Edit--</a>
-    </div>
+    </div -->
 
     <div class="clear"></div>
 </div>