]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/_templates/page.html: add link to report doc bugs 25267/head
authorNeha Ojha <nojha@redhat.com>
Fri, 19 Oct 2018 20:26:53 +0000 (13:26 -0700)
committerNoah Watkins <nwatkins@redhat.com>
Tue, 27 Nov 2018 23:58:42 +0000 (15:58 -0800)
Signed-off-by: Neha Ojha <nojha@redhat.com>
(cherry picked from commit de30c4d3c5927bb58b49b44b391647e397e1fe4f)

doc/_templates/page.html

index 29cc57f2144466200b9fe2b18e14b565c5edc90d..914a752fae567d3b0391f20f1bb588466be1581c 100644 (file)
@@ -13,7 +13,7 @@
 
 {%- if edit_on_github_url %}
   <div id="docubetter" align="right" style="display:none; padding: 15px; font-weight: bold;">
-    <a id="edit-on-github" href="{{ edit_on_github_url }}" rel="nofollow">{{ _('Edit on GitHub')}}</a>
+    <a id="edit-on-github" href="{{ edit_on_github_url }}" rel="nofollow">{{ _('Edit on GitHub')}}</a> | <a href="https://github.com/ceph/ceph/projects/4">Report a Documentation Bug</a>
   </div>
 {%- endif %}