commit/galaxy-central: guerler: Grids: Fix for Toolshed
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/59c4b30557cd/ Changeset: 59c4b30557cd User: guerler Date: 2013-11-23 22:49:54 Summary: Grids: Fix for Toolshed Affected #: 2 files diff -r 3f630f92f5983c28e1aedff312e7ff7e598fe23c -r 59c4b30557cd889472ad7162b1f1b5be3e01973a templates/webapps/tool_shed/category/grid.mako --- a/templates/webapps/tool_shed/category/grid.mako +++ b/templates/webapps/tool_shed/category/grid.mako @@ -48,7 +48,7 @@ ${render_grid_table( grid, show_item_checkboxes )} </%def> -<%def name="grid_body( grid )"> +<%def name="grid_body()"><% from tool_shed.grids.repository_grids import RepositoryGrid repo_grid = RepositoryGrid() diff -r 3f630f92f5983c28e1aedff312e7ff7e598fe23c -r 59c4b30557cd889472ad7162b1f1b5be3e01973a 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 @@ -47,7 +47,7 @@ ${render_grid_table( grid, show_item_checkboxes )} </%def> -<%def name="grid_body( grid )"> +<%def name="grid_body()"><% from tool_shed.grids.repository_grids import ValidRepositoryGrid repo_grid = ValidRepositoryGrid() 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