Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[docs] keep position of "Edit on GitHub" link fixed
  • Loading branch information
strawbrary committed Mar 4, 2016
commit 6432625c6b911238f90ff741657ea48fc1ac0501
2 changes: 1 addition & 1 deletion docs/_layouts/docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
{% include nav_docs.html %}

<div class="inner-content">
<a class="edit-page-link" href="https://github.com/facebook/react/tree/master/docs/{{ page.path }}" target="_blank">Edit on GitHub</a>
<h1>
{{ page.title }}
<a class="edit-page-link" href="https://github.com/facebook/react/tree/master/docs/{{ page.path }}" target="_blank">Edit on GitHub</a>
</h1>
<div class="subHeader">{{ page.description }}</div>

Expand Down