Skip to content

Commit f193d76

Browse files
ericholscheragjohnson
authored andcommitted
Add an "Edit Versions" listing to the Admin menu (#6110)
* Add an "Edit Versions" listing to the Admin menu This will let users easily find the current version editing UI, and be the place we'll eventually move it after a refactor. * Move up list
1 parent c2609f5 commit f193d76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

readthedocs/templates/projects/project_edit_base.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
<ul>
1717
<li class="{% block project-edit-active %}{% endblock %}"><a href="{% url "projects_edit" project.slug %}">{% trans "Settings" %} </a></li>
1818
<li class="{% block project-advanced-active %}{% endblock %}"><a href="{% url "projects_advanced" project.slug %}">{% trans "Advanced Settings" %} </a></li>
19+
<!-- Add a link to the dashboard versions page so users can find it -->
20+
<li><a href="{% url "project_version_list" project.slug %}">{% trans "Edit Versions" %}</a></li>
1921
<li class="{% block project-domains-active %}{% endblock %}"><a href="{% url "projects_domains" project.slug %}">{% trans "Domains" %}</a></li>
2022
<li class="{% block project-users-active %}{% endblock %}"><a href="{% url "projects_users" project.slug %}">{% trans "Maintainers" %}</a></li>
2123
<li class="{% block project-redirects-active %}{% endblock %}"><a href="{% url "projects_redirects" project.slug %}">{% trans "Redirects" %}</a></li>

0 commit comments

Comments
 (0)