Skip to content

Commit 103dc5c

Browse files
committed
Add fork to repo ribbon
1 parent cc439dd commit 103dc5c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/StackApis/Views/Shared/_Layout.cshtml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,11 @@
7777
<h1>@ViewBag.Title</h1>
7878
@RenderBody()
7979
</div>
80+
81+
<a href="http://github.com/ServiceStackApps/StackApis">
82+
<img style="position:absolute;top:0;right:0;border:0;z-index:1031"
83+
src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png"
84+
alt="Fork me on GitHub">
85+
</a>
8086
</body>
8187
</html>

0 commit comments

Comments
 (0)