]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc/_templates/page.html: add link to report doc bugs
authorNeha Ojha <nojha@redhat.com>
Fri, 19 Oct 2018 20:26:53 +0000 (13:26 -0700)
committerNoah Watkins <nwatkins@redhat.com>
Fri, 2 Nov 2018 21:49:15 +0000 (14:49 -0700)
Signed-off-by: Neha Ojha <nojha@redhat.com>
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 %}