Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit5382b60

Browse files
committed
Merge pull request#887 from github/update-1445612806
2 parentsc907f4a +7ac3493 commit5382b60

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
<liclass="who_when">
1515
<%= avatar_for(@item[:author_name]) %>
16-
<ahref="https://github.com/<%= @item[:author_name] %>"><%= @item[:author_name] %></a>
16+
<ahref="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
defavatar_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
defavatar_url_for(login)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp