Skip to content

Commit

Permalink
Merge pull request #1663 from CPAN-API/oalders/remove-coderwall
Browse files Browse the repository at this point in the history
Remove coderwall endorse button.
  • Loading branch information
oalders committed Mar 31, 2016
2 parents 2f74d11 + 2bee22e commit 0e249d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
12 changes: 2 additions & 10 deletions root/inc/author-pic.html
Expand Up @@ -33,16 +33,8 @@
</strong>
<span title="<% author.asciiname %>"><% author.name %></span>
<%-
FOREACH p IN author.profile;
IF p.name == 'coderwall';
%>
<div class="coderwall">
<a href="https://coderwall.com/<% p.id %>">
<img alt="Endorse <% author.asciiname %> on Coderwall"
title="Endorse <% author.asciiname %> on Coderwall"
width="110" height="20"
src="https://api.coderwall.com/<% p.id %>/endorsecount.png" /></a></div>
<% END %>
FOREACH p IN author.profile;
-%>
<% IF p.name == "googleplus" %>
<a rel="author" href="<% profiles.${p.name}.url.replace('%s', p.id) %>?rel=author" target="_blank" title="<% p.name %> - <% p.id%>" style="display: none;">
<img src="/static/images/profile/<% p.name %>.png" width=16 height=16 alt="<% p.name %>">
Expand Down
6 changes: 0 additions & 6 deletions root/static/less/author.less
Expand Up @@ -54,12 +54,6 @@

@media (max-width: 480px) {
.author-pic {

.coderwall img {
width: 55px;
height: 10px;
}

> a {
> img {
width: 65px;
Expand Down

0 comments on commit 0e249d6

Please sign in to comment.