diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-04-02 18:53:58 -0700 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-04-02 18:53:58 -0700 |
commit | f312472abdf674b9324d2b5fa6811a301c58bace (patch) | |
tree | 2a5244f570f2b43d1929f1a2208f5fe8eb09c3bc | |
parent | ecb07468f69fd4a63f074ca0cc1e0e948eeada56 (diff) | |
download | gitbook-f312472abdf674b9324d2b5fa6811a301c58bace.zip gitbook-f312472abdf674b9324d2b5fa6811a301c58bace.tar.gz gitbook-f312472abdf674b9324d2b5fa6811a301c58bace.tar.bz2 |
Add button to edit current chapter in sidebar
-rw-r--r-- | templates/includes/book/summary.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/includes/book/summary.html b/templates/includes/book/summary.html index 41f7daf..c3ab46d 100644 --- a/templates/includes/book/summary.html +++ b/templates/includes/book/summary.html @@ -6,6 +6,9 @@ <li> <a href="https://github.com/{{ githubId }}/issues" target="blank">Questions and Issues</a> </li> + <li> + <a href="https://github.com/{{ githubId }}/edit/master/{{ _input }}" target="blank">Edit and Contribute</a> + </li> <li class="divider"></li> <li data-level="0"> <a href="{{ basePath }}/README.html"><i class="fa fa-check"></i> Introduction</a> |