File tree 1 file changed +1
-2
lines changed
warehouse/templates/manage
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ <h3 class="sidebar-section__title"><a href="{{ request.route_path('manage.projec
35
35
< a href ="{{ request.route_path('manage.project.settings', name=project.normalized_name)}} " class ="vertical-tabs__sub-tab {% if active_page == 'releases' %}vertical-tabs__sub-tab--is-active{% endif %} "/> Releases</ a >
36
36
< a href ="{{ request.route_path('manage.project.roles', name=project.normalized_name)}} " class ="vertical-tabs__sub-tab {% if active_page == 'collaborators' %}vertical-tabs__sub-tab--is-active{% endif %} " /> Collaborators</ a >
37
37
< a href ="" class ="vertical-tabs__sub-tab "> Documentation</ a >
38
- < a href ="" class ="vertical-tabs__sub-tab "> Project History (journal)</ a >
39
38
</ nav >
40
39
{% endfor %}
41
40
</ nav >
@@ -56,7 +55,6 @@ <h1>{{ project.name }}</h1>
56
55
</ button >
57
56
< div class ="dropdown__content ">
58
57
< a href ="{{ request.route_path('packaging.project', name=project.normalized_name) }} " class ="dropdown__link "> Preview Project</ a >
59
- < a href ="# " class ="dropdown__link "> View Package Info</ a >
60
58
< a href ="" class ="dropdown__link "> Delete Project</ a >
61
59
< a href ="{{ request.route_path('help')}}#updating-projects " class ="dropdown__link "> Update Project (help)</ a > <!-- TODO: add help content -->
62
60
</ div >
@@ -94,6 +92,7 @@ <h2>Releases ({{ project.releases|length }})</h2>
94
92
</ span >
95
93
</ button >
96
94
< div class ="dropdown__content ">
95
+ < a href ="" class ="dropdown__link "> Edit</ a > <!-- TODO: link to release detail page -->
97
96
< a href ="{{ request.route_path('packaging.release', name=release.project.name, version=release.version) }} " class ="dropdown__link "> Preview</ a >
98
97
< a href ="" class ="dropdown__link "> Delete</ a >
99
98
</ div >
You can’t perform that action at this time.
0 commit comments