commit/galaxy-central: guerler: Grids: Fix for toolshed
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/6d8062a02641/ Changeset: 6d8062a02641 User: guerler Date: 2013-11-23 23:02:46 Summary: Grids: Fix for toolshed Affected #: 2 files diff -r 59c4b30557cd889472ad7162b1f1b5be3e01973a -r 6d8062a02641e8be1d1df7b9e87519662ac9c2d5 templates/webapps/tool_shed/category/grid.mako --- a/templates/webapps/tool_shed/category/grid.mako +++ b/templates/webapps/tool_shed/category/grid.mako @@ -7,6 +7,7 @@ ## TODO: This is very similar to this directory's valid_grid.mako, so see if we can re-use this code in a better way. <%def name="render_grid_header( grid, repo_grid, render_title=True)"> ${init()} + ${grid_javascripts()} <div class="grid-header"> %if render_title: ${grid_title()} diff -r 59c4b30557cd889472ad7162b1f1b5be3e01973a -r 6d8062a02641e8be1d1df7b9e87519662ac9c2d5 templates/webapps/tool_shed/category/valid_grid.mako --- a/templates/webapps/tool_shed/category/valid_grid.mako +++ b/templates/webapps/tool_shed/category/valid_grid.mako @@ -6,6 +6,7 @@ ## Render grid header. <%def name="render_grid_header( grid, repo_grid, render_title=True)"> ${init()} + ${grid_javascripts()} <div class="grid-header"> %if render_title: ${grid_title()} 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)
-
commits-noreply@bitbucket.org