Skip to content
This repository has been archived by the owner on Jan 24, 2020. It is now read-only.

Commit

Permalink
Fixes image_tag for repo index GH icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Erin Fahy committed Jul 15, 2017
1 parent 03f5343 commit d1e755a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/repositories/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<tr>
<td>
<%= link_to r.name, repository_path(r.name), :target => "_blank" %>
<%= link_to image_tag('github', size: '14'), r.url, :target => "_blank" %>
<%= link_to image_tag('github.svg', size: '14'), r.url, :target => "_blank" %>
</td>
<td>
<% if r.language %>
Expand Down

0 comments on commit d1e755a

Please sign in to comment.