Skip to content

Commit

Permalink
Add link to edit page.
Browse files Browse the repository at this point in the history
  • Loading branch information
ejball committed Dec 8, 2016
1 parent a6d5105 commit adce131
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
8 changes: 7 additions & 1 deletion _includes/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,13 @@
<li><a href="/editor">Editor</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="https://github.com/FacilityApi">Source Code</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false"><img src="/assets/github.png" class="github"> <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="https://github.com/FacilityApi">View on GitHub</a></li>
<li><a href="https://github.com/FacilityApi/FacilityApi.github.io/blob/master{{ page.path }}">Edit This Page</a></li>
</ul>
</li>
</ul>
</div>
</div>
Expand Down
4 changes: 4 additions & 0 deletions assets/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ body {
.large {
font-size: 125%;
}

.github {
height: 40px;
}
Binary file added assets/github.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit adce131

Please sign in to comment.