Skip to content

Instantly share code, notes, and snippets.

@martenson
Created August 24, 2016 15:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save martenson/22f6efc7cd577ea6af85a11694091d5f to your computer and use it in GitHub Desktop.
Save martenson/22f6efc7cd577ea6af85a11694091d5f to your computer and use it in GitHub Desktop.
diff --git a/templates/webapps/tool_shed/index.mako b/templates/webapps/tool_shed/index.mako
index 5826c89..5eb9818 100644
--- a/templates/webapps/tool_shed/index.mako
+++ b/templates/webapps/tool_shed/index.mako
@@ -44,7 +44,7 @@
<%def name="left_panel()">
<% can_review_repositories = trans.app.security_agent.user_can_review_repositories( trans.user ) %>
<div class="unified-panel-header" unselectable="on">
- <div class='unified-panel-header-inner'>${trans.app.shed_counter.unique_valid_tools | h} valid tools on ${trans.app.shed_counter.generation_time | h}</div>
+ <div class='unified-panel-header-inner'>${trans.app.shed_counter.unique_valid_tools | h} valid tools on ${util.unicodify( trans.app.shed_counter.generation_time ) | h}</div>
</div>
<div class="unified-panel-body">
<div class="toolMenu">
@@ -229,7 +229,7 @@
%endif
%endif
</div>
- </div>
+ </div>
</div>
</%def>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment