-
-
Save martenson/22f6efc7cd577ea6af85a11694091d5f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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