We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c95a23 commit 54d2854Copy full SHA for 54d2854
binderhub/templates/index.html
@@ -40,7 +40,7 @@ <h4 id="form-header" class='row'>Build and launch a repository</h4>
40
</span>
41
<span class="caret"></span>
42
</button>
43
- <ul role="list" class="dropdown-menu" id="provider_prefix_sel">
+ <ul class="dropdown-menu" id="provider_prefix_sel">
44
{% for provider_prefix, provider in repo_providers.items() %}
45
<li class="dropdown-item" value={{provider_prefix}}><a href="#">{{provider.display_name}}</a></li>
46
{% endfor %}
0 commit comments