Skip to content

Commit f8d7360

Browse files
authored
add repos to html version of org sidebar (#4617)
1 parent b652132 commit f8d7360

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/sentry/templates/sentry/bases/organization.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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" %}

0 commit comments

Comments
 (0)