Commit 6b7597b9 by Waheed Ahmed

Remove single tab "ALL" from course run detail page.

ECOM-6824
parent 384e0bff
...@@ -13,18 +13,16 @@ ...@@ -13,18 +13,16 @@
<main class="layout-col layout-col-b"> <main class="layout-col layout-col-b">
<nav class="administration-nav"> <nav class="administration-nav">
<div class="tab-container"> <div class="tab-container">
{% if can_view_all_tabs %} {% if can_view_all_tabs %}
<button class="selected" data-tab="#tab-1">{% trans "All" %}</button> <button class="selected" data-tab="#tab-1">{% trans "All" %}</button>
{% comment %}Translators: Studio is an edX tool for course creation.{% endcomment %} {% comment %}Translators: Studio is an edX tool for course creation.{% endcomment %}
<button data-tab="#tab-2">{% trans "STUDIO" %}</button> <button data-tab="#tab-2">{% trans "STUDIO" %}</button>
{% comment %}Translators: CAT is an acronym for Course Administration Tool.{% endcomment %} {% comment %}Translators: CAT is an acronym for Course Administration Tool.{% endcomment %}
<button data-tab="#tab-3">{% trans "CAT" %}</button> <button data-tab="#tab-3">{% trans "CAT" %}</button>
{% comment %}Translators: DRUPAL is an edX marketing site.{% endcomment %} {% comment %}Translators: DRUPAL is an edX marketing site.{% endcomment %}
<button data-tab="#tab-4">{% trans "DRUPAL" %}</button> <button data-tab="#tab-4">{% trans "DRUPAL" %}</button>
<button data-tab="#tab-5">Salesforce</button> <button data-tab="#tab-5">Salesforce</button>
{% else %} {% endif %}
<button class="selected" disabled="disabled" data-tab="#tab-1">{% trans "All" %}</button>
{% endif %}
</div> </div>
</nav> </nav>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment