We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 380e82d commit 90fd22dCopy full SHA for 90fd22d
gfx/github.ico
1.12 KB
pulls/index.php
@@ -65,7 +65,7 @@
65
<div class="ghuser"><a href="{{=user.url}}"><img src="{{=user.avatar_url}}"><br>{{=user.login}}</a></div>
66
<div>Created: {{=created_at}}, LastUpdated: {{=updated_at}}</div>
67
<div>{{=body}}</div>
68
- <div><a href="{{=html_url}}"><img src="https://github.com/favicon.ico"> On GitHub</a> |
+ <div><a href="{{=html_url}}"><img src="../gfx/github.ico"> On GitHub</a> |
69
<a href="{{=diff_url}}">Diff</a> |
70
<a href="#" number="{{=number}}" state="{{=state}}" title="{{=title}}" class="pullinstructions">Show Pull Instructions</a> |
71
<a href="#" number="{{=number}}" state="{{=state}}" title="{{=title}}" class="updatepullrequest">Update</a>
0 commit comments