Index: trunk/src/grails-app/views/person/admin.gsp
===================================================================
--- trunk/src/grails-app/views/person/admin.gsp	(revision 44)
+++ trunk/src/grails-app/views/person/admin.gsp	(revision 48)
@@ -1,20 +1,17 @@
 <html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
-<meta name="layout" content="main" />
-<title>Admin</title>
-</head>
+    <head>
+        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+        <meta name="layout" content="main" />
+        <title>Admin</title>
+    </head>
     <body>
         <div class="nav">
-            <span class="menuButton">
-                <a class="home" href="${createLinkTo(dir:'')}">Home</a>
-            </span>
+            <span class="menuButton"><a class="home" href="${createLinkTo(dir:'')}">Home</a></span>
+            <span class="menuButton"><g:link class="create" action="create">New Person</g:link></span>
         </div>
         <div class="body">
-            <h1 style="margin-left:20px;">Welcome to Admin</h1>
-            <p style="margin-left:20px;width:80%">
-            Home
-            </p>
-            <div class="dialog" style="margin-left:20px;width:60%;">
+            <h1>Welcome to Admin</h1>
+            <br/>
+            <div class="dialog">
                 <ul>
                 <g:each var="c" in="${grailsApplication.controllerClasses}">
Index: trunk/src/grails-app/views/person/list.gsp
===================================================================
--- trunk/src/grails-app/views/person/list.gsp	(revision 44)
+++ trunk/src/grails-app/views/person/list.gsp	(revision 48)
@@ -1,4 +1,2 @@
-
-
 <html>
     <head>
