[hg] galaxy 3652: Don't display the divider in the user tab if u...
details: http://www.bx.psu.edu/hg/galaxy/rev/1486617bfae8 changeset: 3652:1486617bfae8 user: Nate Coraor <nate@bx.psu.edu> date: Wed Apr 14 14:09:01 2010 -0400 description: Don't display the divider in the user tab if using external authentication diffstat: templates/webapps/galaxy/base_panels.mako | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (13 lines): diff -r 9de680276272 -r 1486617bfae8 templates/webapps/galaxy/base_panels.mako --- a/templates/webapps/galaxy/base_panels.mako Wed Apr 14 14:04:03 2010 -0400 +++ b/templates/webapps/galaxy/base_panels.mako Wed Apr 14 14:09:01 2010 -0400 @@ -123,8 +123,8 @@ <li><a target="galaxy_main" href="${h.url_for( controller='/user', action='dbkeys' )}">Custom Builds</a></li> %endif <li><a target="_top" href="${logout_url}">Logout</a></li> + <li><hr style="color: inherit; background-color: gray"/></li> %endif - <li><hr style="color: inherit; background-color: gray"/></li> <li><a target="galaxy_main" href="${h.url_for( controller='/history', action='list' )}">Histories</a></li> <li><a target="galaxy_main" href="${h.url_for( controller='/dataset', action='list' )}">Datasets</a></li> %if app.config.get_bool( 'enable_pages', False ):
participants (1)
-
Greg Von Kuster