From 138cc5016178c7be987289b3e8baa090a6e08246 Mon Sep 17 00:00:00 2001
From: Nathan Bills <ndbills@gmail.com>
Date: Sun, 20 Apr 2014 00:04:55 -0600
Subject: [PATCH] Updates to the loaned view.

---
 project/templates/loan/master.html | 25 +++++++++++++++++++++++--
 1 file changed, 23 insertions(+), 2 deletions(-)

diff --git a/project/templates/loan/master.html b/project/templates/loan/master.html
index d031860..18204e2 100644
--- a/project/templates/loan/master.html
+++ b/project/templates/loan/master.html
@@ -18,10 +18,11 @@
                         <p>The Bourne Identity</p>
                     </td>
                     <td>
-                        <p>Brian Wood</p>
+                        <!-- Maybe this can link to a modal that shows more information about the borrower??? -->
+                        <p><a href="#">Brian Wood</a></p>
                     </td>
                     <td>
-                        <p>Thur, April 17, 2014/p>
+                        <p>Thur, April 17, 2014</p>
                     </td>
                     <td>
                     	<p>Thur, May 1, 2014</p>
@@ -32,6 +33,26 @@
                         </button>
                     </td>
                 </tr>
+                <tr>
+                    <td>
+                        <p>Frozen</p>
+                    </td>
+                    <td>
+                        <!-- Maybe this can link to a modal that shows more information about the borrower??? -->
+                        <p><a href="#">Grandma Bills</a></p>
+                    </td>
+                    <td>
+                        <p>Sun, April 20, 2014</p>
+                    </td>
+                    <td>
+                        <p>Sun, May 4, 2014</p>
+                    </td>
+                    <td>
+                        <button class="btn btn-default btn-sm">
+                            <span class="glyphicon glyphicon-hand-down"></span> Return
+                        </button>
+                    </td>
+                </tr>
             </tbody>
         </table>
 	</div>
-- 
GitLab