Skip to content

Commit

Permalink
adding github fork link.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Windal committed Mar 28, 2013
1 parent 5ad25cb commit f1da560
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
<a class="brand" href="#" id="scribbleLeftTitle">JScribble</a>
<ul class="nav">
<li class="divider-vertical"></li>
<li class=""><a href="#">Interactive collaboration board experiment - Open the same URL with two different browsers...</a></li>
<li class=""><a href="#">Interactive collaboration board experiment -
Open it with two different browsers to check what it does...</a></li>
</ul>
<ul class="nav pull-right">
<li class="btn btn-primary" ng-hide="shouldShowNameModal" ng-click="logout()" id="logoutButton">logout</li>
Expand All @@ -50,9 +51,12 @@
<div class="navbar-inner">
<ul class="nav">
<li>
<a href='#About'>About JScribble</a>
<a href='https://github.com/sebastienwindal/JScribble'>About JScribble</a>
</li>
</ul>
<ul class="nav pull-right">
<li><a href="https://github.com/sebastienwindal/JScribble">Fork it on GitHub</a></li>
</ul>

</div>
</div>
Expand Down

0 comments on commit f1da560

Please sign in to comment.