changeset 31:44cf819e5a37

Moved around columns on dashboard and renamed them based on conversation w/ Myk.
author Atul Varma <varmaa@toolness.com>
date Thu, 11 Mar 2010 11:13:01 -0800
parents 4ffc1b9d249b
children 62b66afdf8ef
files index.html
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Thu Mar 11 05:16:20 2010 -0800
+++ b/index.html	Thu Mar 11 11:13:01 2010 -0800
@@ -9,11 +9,11 @@
 <div id="reports">
   <h1><span id="who">Atul</span>'s Bugzilla Dashboard</h1>
   <div class="container">
+    <div id="code-reviews"><h2>My Things To Review</h2></div>
     <div id="assigned-bugs"><h2>My Assigned Bugs</h2></div>
-    <div id="fixed-bugs"><h2>My Fixed Bugs</h2></div>
-    <div id="code-reviews"><h2>My Requested Code Reviews</h2></div>
     <div id="reported-bugs"><h2>My Reported Bugs</h2></div>
     <div id="cc-bugs"><h2>My CC'd Bugs</h2></div>
+    <div id="fixed-bugs"><h2>Recently Fixed Bugs</h2></div>
   </div>
 </div>
 <div id="templates">