Browse Source

add alpha status

damien 11 years ago
parent
commit
a78de4632c
1 changed files with 6 additions and 3 deletions
  1. 6 3
      pboard/pboard/templates/master.mak

+ 6 - 3
pboard/pboard/templates/master.mak View File

@@ -71,7 +71,10 @@
71 71
 ##            ${POD.isCurrentPage('home', page)}
72 72
               <a href="${tg.url('/')}">
73 73
                 <i class="fa fa-home"></i>
74
-                <strong>pod</strong>
74
+                <strong>
75
+                  pod
76
+                </strong>
77
+                <sup class="pod-blue">alpha</sup>
75 78
               </a>
76 79
             </li>
77 80
           % if request.identity:
@@ -171,8 +174,8 @@
171 174
           % endif
172 175
           </ul>
173 176
           <ul class="nav pull-right">
174
-            <li>
175
-              <a href="${tg.url('/about')}"><i class="fa fa-question"></i> ${_('About')}</a>
177
+            <li title="${_('Help / About')}">
178
+              <a href="${tg.url('/about')}"><i class="fa fa-question-circle"></i></a>
176 179
             </li>
177 180
 
178 181