mirror of
https://github.com/github/choosealicense.com
synced 2025-01-03 18:41:47 +01:00
Merge pull request #102 from github/fix-using
Fix 'using' display in sidebar
This commit is contained in:
commit
31177b66b8
@ -36,11 +36,9 @@
|
|||||||
<div class="projects-with-license">
|
<div class="projects-with-license">
|
||||||
<h3>Who's using this license?</h3>
|
<h3>Who's using this license?</h3>
|
||||||
<ul>
|
<ul>
|
||||||
{% for using_hash in page.using %}
|
{% for using in page.using %}
|
||||||
{% for using in using_hash %}
|
|
||||||
<li><a href="{{ using[1] }}" target="_blank">{{ using[0] }}</a></li>
|
<li><a href="{{ using[1] }}" target="_blank">{{ using[0] }}</a></li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endfor %}
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -22,9 +22,6 @@ forbidden:
|
|||||||
- no-liability
|
- no-liability
|
||||||
- no-sublicense
|
- no-sublicense
|
||||||
|
|
||||||
using:
|
|
||||||
Some Project: "#"
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
GNU AFFERO GENERAL PUBLIC LICENSE
|
GNU AFFERO GENERAL PUBLIC LICENSE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user