Skip to content

Commit

Permalink
Direct 'feedback/issues/wishlist' via the wiki issues page
Browse files Browse the repository at this point in the history
This suggests people search for the issue/wishlist first
rather than just creating a new ticket - so hopefully will
decrease time spent on de-duping
  • Loading branch information
ranguard committed Dec 24, 2013
1 parent 1c487b3 commit 06439b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions root/wrapper.html
Expand Up @@ -12,7 +12,7 @@
},
{
title = "Feedback",
path = ["https://github.com/CPAN-API/metacpan-web/issues"]
path = ["https://github.com/CPAN-API/cpan-api/wiki/Metacpan-Issues"]
},
{
title = "Lab",
Expand Down Expand Up @@ -72,7 +72,6 @@
<a href="<% api_secure %>/oauth2/authorize?choice=<% identity.lower %>&amp;client_id=<% c.config.consumer_key %>&amp;state=<% c.req.path | uri %>" onclick="return logInPAUSE(this)"><% identity %></a><% END %>
</div></div><% END %>
</div>
<div style="float: right; text-align: right; padding-right: 5px; margin-top: -15px"><a href="https://github.com/CPAN-API/metacpan-web/issues/new"><small>Report a problem with MetaCPAN.</small></a></div>
<% IF req.uri.path != '/' %>
<div style="text-align: center" class="home">
<form action="<% IF req.uri.path == '/mirrors'; req.uri.path; ELSE; '/search'; END %>">
Expand Down

0 comments on commit 06439b2

Please sign in to comment.