Skip to content

Commit 7bbcde0

Browse files
committed
Update management UI based on meeting feedback
1 parent 7553ce0 commit 7bbcde0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

warehouse/templates/manage/project.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ <h3 class="sidebar-section__title"><a href="{{ request.route_path('manage.projec
3535
<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>
3636
<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>
3737
<a href="" class="vertical-tabs__sub-tab">Documentation</a>
38-
<a href="" class="vertical-tabs__sub-tab">Project History (journal)</a>
3938
</nav>
4039
{% endfor %}
4140
</nav>
@@ -56,7 +55,6 @@ <h1>{{ project.name }}</h1>
5655
</button>
5756
<div class="dropdown__content">
5857
<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>
6058
<a href="" class="dropdown__link">Delete Project</a>
6159
<a href="{{ request.route_path('help')}}#updating-projects" class="dropdown__link">Update Project (help)</a><!-- TODO: add help content -->
6260
</div>
@@ -94,6 +92,7 @@ <h2>Releases ({{ project.releases|length }})</h2>
9492
</span>
9593
</button>
9694
<div class="dropdown__content">
95+
<a href="" class="dropdown__link">Edit</a><!-- TODO: link to release detail page -->
9796
<a href="{{ request.route_path('packaging.release', name=release.project.name, version=release.version) }}" class="dropdown__link">Preview</a>
9897
<a href="" class="dropdown__link">Delete</a>
9998
</div>

0 commit comments

Comments
 (0)