krb5 commit: Add "feedback" button to the header in Sphinx HTML

Zhanna A Tsitkova tsitkova at MIT.EDU
Fri Aug 3 16:48:41 EDT 2012


https://github.com/krb5/krb5/commit/559cf00d60e9c9f071c927ea88c24aeedabff55c
commit 559cf00d60e9c9f071c927ea88c24aeedabff55c
Author: Zhanna Tsitkov <tsitkova at mit.edu>
Date:   Fri Aug 3 17:05:04 2012 -0400

    Add "feedback" button to the header in Sphinx HTML

 doc/rst_source/_templates/layout.html |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/doc/rst_source/_templates/layout.html b/doc/rst_source/_templates/layout.html
index b2a9222..4584081 100644
--- a/doc/rst_source/_templates/layout.html
+++ b/doc/rst_source/_templates/layout.html
@@ -45,8 +45,9 @@
                     <a href="{{ pathto(rellink[0]) }}"
                     title="{{ rellink[1]|striptags }}"
                     {{ accesskey(rellink[2]) }}>{{ rellink[3] }}</a>
-                    {%- if not loop.last %}{{ reldelim2 }}{% endif %}
+                    {{ reldelim2 }}
                 {%- endfor %}
+                <a href="mailto:krb5-bugs at mit.edu?subject=Documentation__{{ title }}";>feedback</a>
             </div>
         </div>
     </div>


More information about the cvs-krb5 mailing list