Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Application/app/views/contributions/home.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
var info = '<div class="content"><div class="avi"><a href="'+profile+'" target="_blank"><img src="'+face+'" width="80" height="80" alt="'+username+'"></a></div>';
info = info + '<h2>'+fullname+' <span class="smallname"> , User : @<a href="'+profile+'" target="_blank">'+username+'</a></span></h2>';

info = info + '<p>Embed your contribution graph by placing the following code snippet in your web app:<br><strong><font size="5" color="orange"> <xmp><img src="repository-hunter.herokuapp.com/contribution/'+username+'.svg" alt="Github contribution" /></xmp></font></strong></p>';
info = info + '<p>Embed your contribution graph by placing the following code snippet in your web app:<br><strong><font size="5" color="orange"> <xmp><img src="http://repository-hunter.herokuapp.com/contribution/'+username+'.svg" alt="Github contribution" /></xmp></font></strong></p>';

info = info + '<p>Here is your awesome contribution graph : </p><br><img src="/contribution/adichat.svg" alt="Github contribution" /><br><br>';

Expand Down