diff --git a/Application/app/views/contributions/home.html.erb b/Application/app/views/contributions/home.html.erb index c0971af..a2976c6 100644 --- a/Application/app/views/contributions/home.html.erb +++ b/Application/app/views/contributions/home.html.erb @@ -63,7 +63,7 @@ var info = '
'+username+'
'; info = info + '

'+fullname+' , User : @'+username+'

'; - info = info + '

Embed your contribution graph by placing the following code snippet in your web app:

<img src="repository-hunter.herokuapp.com/contribution/'+username+'.svg" alt="Github contribution" />

'; + info = info + '

Embed your contribution graph by placing the following code snippet in your web app:

<img src="http://repository-hunter.herokuapp.com/contribution/'+username+'.svg" alt="Github contribution" />

'; info = info + '

Here is your awesome contribution graph :


Github contribution

';