From 6bf695e741bb93236a8f57339633bcf0867e76c2 Mon Sep 17 00:00:00 2001
From: Tim Steiner <tsteiner2@unl.edu>
Date: Fri, 21 Sep 2007 18:04:57 +0000
Subject: [PATCH] re-enable edit links

---
 application/views/home.xhtml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/application/views/home.xhtml b/application/views/home.xhtml
index 8898b78a..4d0f730f 100755
--- a/application/views/home.xhtml
+++ b/application/views/home.xhtml
@@ -209,11 +209,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
-- 
GitLab