Merge pull request #6191 from strawbrary/edit-on-github-position

[docs] keep position of "Edit on GitHub" link fixed
(cherry picked from commit 5e770f4d2d)
This commit is contained in:
Paul O’Shannessy
2016-03-29 14:31:59 -07:00
parent 62e1177d77
commit e40a12073d
+1 -1
View File
@@ -7,9 +7,9 @@ sectionid: docs
{% 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>