File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/sentry/templates/sentry/bases Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,9 @@ <h6 class="nav-header with-divider">Manage</h6>
7474 {% if ACCESS.org_write %}
7575 < li > < a href ="{% absolute_uri '/organizations/{}/audit-log/' organization.slug %} "> {% trans "Audit Log" %}</ a > </ li >
7676 < li > < a href ="{% absolute_uri '/organizations/{}/rate-limits/' organization.slug %} "> {% trans "Rate Limits" %}</ li > </ a >
77+ {% feature organizations:repos organization %}
78+ < li > < a href ="{% absolute_uri '/organizations/{}/repos/' organization.slug %} "> {% trans "Repositories" %}</ li > </ a >
79+ {% endfeature %}
7780 < li class ="{% block org_settings_nav %}{% endblock %} ">
7881 < a href ="{% url 'sentry-organization-settings' organization.slug %} ">
7982 {% trans "Settings" %}
You can’t perform that action at this time.
0 commit comments