Skip to content

Commit

Permalink
Update management UI based on meeting feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
nlhkabu committed Jan 10, 2018
1 parent 7553ce0 commit 7bbcde0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions warehouse/templates/manage/project.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ <h3 class="sidebar-section__title"><a href="{{ request.route_path('manage.projec
<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>
<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>
<a href="" class="vertical-tabs__sub-tab">Documentation</a>
<a href="" class="vertical-tabs__sub-tab">Project History (journal)</a>
</nav>
{% endfor %}
</nav>
Expand All @@ -56,7 +55,6 @@ <h1>{{ project.name }}</h1>
</button>
<div class="dropdown__content">
<a href="{{ request.route_path('packaging.project', name=project.normalized_name) }}" class="dropdown__link">Preview Project</a>
<a href="#" class="dropdown__link">View Package Info</a>
<a href="" class="dropdown__link">Delete Project</a>
<a href="{{ request.route_path('help')}}#updating-projects" class="dropdown__link">Update Project (help)</a><!-- TODO: add help content -->
</div>
Expand Down Expand Up @@ -94,6 +92,7 @@ <h2>Releases ({{ project.releases|length }})</h2>
</span>
</button>
<div class="dropdown__content">
<a href="" class="dropdown__link">Edit</a><!-- TODO: link to release detail page -->
<a href="{{ request.route_path('packaging.release', name=release.project.name, version=release.version) }}" class="dropdown__link">Preview</a>
<a href="" class="dropdown__link">Delete</a>
</div>
Expand Down

0 comments on commit 7bbcde0

Please sign in to comment.