commit/galaxy-central: jgoecks: Use panels when adding a build from a new track browser.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/21138a4a1fea/ changeset: 21138a4a1fea user: jgoecks date: 2011-11-03 21:54:45 summary: Use panels when adding a build from a new track browser. affected #: 1 file diff -r 6e286e6d1b0dda77ef2187aedee0ded555b1fe74 -r 21138a4a1fead60fd3c364658a1dabbde870646b templates/tracks/new_browser.mako --- a/templates/tracks/new_browser.mako +++ b/templates/tracks/new_browser.mako @@ -19,7 +19,7 @@ </div><div class="form-row"> Is the build not listed here? - <a href="${h.url_for( controller='user', action='dbkeys', panels=True )}">Add a Custom Build</a> + <a href="${h.url_for( controller='user', action='dbkeys', use_panels=True )}">Add a Custom Build</a></div> %if default_dbkey is not None: <script type="text/javascript"> 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