commit/galaxy-central: guerler: Grids: Fix for toolshed grids
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/392469f092a6/ Changeset: 392469f092a6 User: guerler Date: 2013-12-11 20:58:35 Summary: Grids: Fix for toolshed grids Affected #: 2 files diff -r 87101044e7d4bc1d7495c0dfdaf3663339618047 -r 392469f092a67318ed25a4c675e72850e0a8f4b4 templates/webapps/tool_shed/category/grid.mako --- a/templates/webapps/tool_shed/category/grid.mako +++ b/templates/webapps/tool_shed/category/grid.mako @@ -1,3 +1,4 @@ +<%inherit file="/base.mako"/><%namespace name="grid_base" file="/grid_base.mako" import="*" /><%namespace name="grid_common" file="../common/grid_common.mako" import="*" /> @@ -9,5 +10,4 @@ %></%def> -<!DOCTYPE HTML> ${grid_base.load(False, capture(self.insert))} \ No newline at end of file diff -r 87101044e7d4bc1d7495c0dfdaf3663339618047 -r 392469f092a67318ed25a4c675e72850e0a8f4b4 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 @@ -1,3 +1,4 @@ +<%inherit file="/base.mako"/><%namespace name="grid_base" file="/grid_base.mako" import="*" /><%namespace name="grid_common" file="../common/grid_common.mako" import="*" /> @@ -9,5 +10,4 @@ %></%def> -<!DOCTYPE HTML> ${grid_base.load(False, capture(self.insert))} \ No newline at end of file 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