commit/galaxy-central: guerler: Toolshed: Fix grids
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/b0535b4864b4/ Changeset: b0535b4864b4 User: guerler Date: 2013-11-18 22:02:41 Summary: Toolshed: Fix grids Affected #: 2 files diff -r 32acc00ca229951afbd659281f57d93a47bcab06 -r b0535b4864b4bf542e31af7acc027fcbb5a00a54 templates/webapps/tool_shed/category/grid.mako --- a/templates/webapps/tool_shed/category/grid.mako +++ b/templates/webapps/tool_shed/category/grid.mako @@ -6,6 +6,7 @@ ## Render grid header. ## 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()} <div class="grid-header"> %if render_title: ${grid_title()} diff -r 32acc00ca229951afbd659281f57d93a47bcab06 -r b0535b4864b4bf542e31af7acc027fcbb5a00a54 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 @@ -5,6 +5,7 @@ ## Render grid header. <%def name="render_grid_header( grid, repo_grid, render_title=True)"> + ${init()} <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