[Blends-commit] [SCM] website branch, master, updated. f56a69d6df11c88bb07c05c394b5245d9de77549
Andreas Tille
tille at debian.org
Thu Oct 19 09:41:21 UTC 2017
The following commit has been merged in the master branch:
commit f56a69d6df11c88bb07c05c394b5245d9de77549
Author: Andreas Tille <tille at debian.org>
Date: Thu Oct 19 11:36:37 2017 +0200
Only white space between registry entries no background colored blur
diff --git a/webtools/templates/tasks.xhtml b/webtools/templates/tasks.xhtml
index 7db715f..77fc423 100644
--- a/webtools/templates/tasks.xhtml
+++ b/webtools/templates/tasks.xhtml
@@ -200,24 +200,17 @@
Registry entries:
<span py:choose="">
<span class="registry_biotools"
- py:when="'biotools' in project.properties"><a href="https://bio.tools/${project.properties['biotools']}">Biotools</a>
- </span>
- </span>
- <span py:choose="">
+ py:when="'biotools' in project.properties"><a href="https://bio.tools/${project.properties['biotools']}">Biotools</a><span class="registry">
+ </span></span></span><span py:choose="">
<span class="registry_scicrunch"
- py:when="'scicrunch' in project.properties"><a href="http://identifiers.org/rrid/RRID:${project.properties['scicrunch']}">SciCrunch</a>
- </span>
- </span>
- <span py:choose="">
+ py:when="'scicrunch' in project.properties"><a href="http://identifiers.org/rrid/RRID:${project.properties['scicrunch']}">SciCrunch</a><span class="registry">
+ </span></span></span><span py:choose="">
<span class="registry_scicrunch"
- py:when="'rrid' in project.properties"><a href="http://identifiers.org/rrid/RRID:${project.properties['rrid']}">RRID</a>
- </span>
- </span>
- <span py:choose="">
+ py:when="'rrid' in project.properties"><a href="http://identifiers.org/rrid/RRID:${project.properties['rrid']}">RRID</a><span class="registry">
+ </span></span></span><span py:choose="">
<span class="registry_omictools"
- py:when="'omictools' in project.properties"><a href="https://duckduckgo.com/?q=\site%3Aomictools.com+${project.properties['omictools']}">OMICtools</a>
- </span>
- </span>
+ py:when="'omictools' in project.properties"><a href="https://duckduckgo.com/?q=\site%3Aomictools.com+${project.properties['omictools']}">OMICtools</a><span class="registry">
+ </span></span></span>
</div>
</div>
</td>
--
Static and dynamic websites for Debian Pure Blends
More information about the Blends-commit
mailing list