[galaxy-dev] [hg] galaxy 2863: Proper title for pages

Greg Von Kuster greg at bx.psu.edu
Tue Oct 13 15:23:13 EDT 2009


details:   http://www.bx.psu.edu/hg/galaxy/rev/5d63e4eee122
changeset: 2863:5d63e4eee122
user:      James Taylor <james at jamestaylor.org>
date:      Fri Oct 09 16:02:31 2009 -0400
description:
Proper title for pages

1 file(s) affected in this change:

templates/page/display.mako

diffs (19 lines):

diff -r 205a6782d9ae -r 5d63e4eee122 templates/page/display.mako
--- a/templates/page/display.mako	Fri Oct 09 14:47:54 2009 -0400
+++ b/templates/page/display.mako	Fri Oct 09 16:02:31 2009 -0400
@@ -1,4 +1,6 @@
 <%inherit file="/base_panels.mako"/>
+
+<%def name="title()">Galaxy :: ${page.user.username} :: ${page.title}</%def>
 
 <%def name="init()">
 <%
@@ -14,7 +16,7 @@
 
     <div class="unified-panel-header" unselectable="on">
         <div class="unified-panel-header-inner">
-            ${page.user.username} / ${page.title}
+            ${page.user.username} :: ${page.title}
         </div>
     </div>
 



More information about the galaxy-dev mailing list