]> asedeno.scripts.mit.edu Git - bluechips.git/blobdiff - bluechips/templates/base.mako
added tests for grab() helper
[bluechips.git] / bluechips / templates / base.mako
index b45b8ef6d943bdb930b4c22a875908f654727611..97f0b9b7805ca15542bd5d316860feacb33eb983 100644 (file)
@@ -8,6 +8,11 @@
     ${h.stylesheet_link('/js/jquery.date_input.css')}
   </head>
   <body>
+    % if c.mobile_client:
+      <div id="mobile">
+        <a href="${h.url_for(request.url, use_non_mobile='no')}">Use mobile interface</a>
+      </div>
+    % endif
     <div id="nav" class="block">
       <table>
         <tr>
@@ -22,7 +27,7 @@
           </td>
           <td>
             <a href="${h.url_for(controller='status', action='index', id=None)}">
-              <img src="/icons/dashboard.png" alt="">
+              <img src="/icons/status.png" alt="">
               <span>Dashboard</span>
             </a>
           </td>