Skip to content

Commit 39f6df5

Browse files
add 'fork me on github' sash
1 parent 28d56a8 commit 39f6df5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/views/layouts/application.html.erb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
<html>
33
<%= render('layouts/head') %>
44
<body>
5+
<a href="https://github.com/rmit-programming-club/network-vis">
6+
<img
7+
style="position: absolute; top: 0; right: 0; border: 0;"
8+
src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png"
9+
alt="Fork me on GitHub"
10+
>
11+
</a>
512
<div class='container'>
613
<%= render('layouts/header') %>
714
<%= yield %>

0 commit comments

Comments
 (0)