commit/galaxy-central: natefoo: The "How to Cite Galaxy" link was being read from screencasts_url, not citation_url.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/9a9479f7e53f/ changeset: 9a9479f7e53f user: natefoo date: 2011-11-02 21:39:08 summary: The "How to Cite Galaxy" link was being read from screencasts_url, not citation_url. affected #: 2 files diff -r 3e2cebfac37fafe251e314f4dfeb51ae816d8dda -r 9a9479f7e53f31b7296dce641a8c3dd0ed2e230c templates/webapps/galaxy/base_panels.mako --- a/templates/webapps/galaxy/base_panels.mako +++ b/templates/webapps/galaxy/base_panels.mako @@ -114,7 +114,7 @@ ['Support', app.config.get( "support_url", "http://wiki.g2.bx.psu.edu/Support" ), "_blank" ], ['Galaxy Wiki', app.config.get( "wiki_url", "http://wiki.g2.bx.psu.edu/" ), "_blank" ], ['Video tutorials (screencasts)', app.config.get( "screencasts_url", "http://galaxycast.org" ), "_blank" ], - ['How to Cite Galaxy', app.config.get( "screencasts_url", "http://wiki.g2.bx.psu.edu/Citing%20Galaxy" ), "_blank" ] + ['How to Cite Galaxy', app.config.get( "citation_url", "http://wiki.g2.bx.psu.edu/Citing%20Galaxy" ), "_blank" ] ] tab( "help", "Help", None, menu_options=menu_options) %> Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
Bitbucket