Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit 5382b60

Browse files
committed
Merge pull request #887 from github/update-1445612806
2 parents c907f4a + 7ac3493 commit 5382b60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

layouts/_meta.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h2 class="title">
1313
</li>
1414
<li class="who_when">
1515
<%= avatar_for(@item[:author_name]) %>
16-
<a href="https://github.com/<%= @item[:author_name] %>"><%= @item[:author_name] %></a>
16+
<a href="https://github.com/<%= @item[:author_name] %>" data-proofer-ignore><%= @item[:author_name] %></a>
1717
</li>
1818
</ul>
1919
</div>

lib/resources.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def strftime(time, format = DefaultTimeFormat)
3939
end
4040

4141
def avatar_for(login)
42-
%(<img height="16" width="16" src="%s" alt="Avatar for #{login}"/>) % avatar_url_for(login)
42+
%(<img height="16" width="16" src="%s" alt="Avatar for #{login}" data-proofer-ignore/>) % avatar_url_for(login)
4343
end
4444

4545
def avatar_url_for(login)

0 commit comments

Comments
 (0)