Skip to content

Commit

Permalink
Fixes #934.
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Aug 22, 2013
1 parent b3d501c commit a8dea2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/wrapper.html
Expand Up @@ -72,7 +72,7 @@
<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>Problem?<br>Open an issue!</small></a></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 a8dea2b

Please sign in to comment.