<pre style='margin:0'>
Rainer Müller (raimue) pushed a commit to branch master
in repository trac.macports.org.

</pre>
<p><a href="https://github.com/macports/trac.macports.org/commit/73c7689e7f95d950e1e72105ccaad4bd92b0633a">https://github.com/macports/trac.macports.org/commit/73c7689e7f95d950e1e72105ccaad4bd92b0633a</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 73c7689  templates: Link ticket keyword label to guidelines
</span>73c7689 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 73c7689e7f95d950e1e72105ccaad4bd92b0633a
</span>Author: Rainer Müller <raimue@macports.org>
AuthorDate: Wed Oct 11 13:44:42 2017 +0200

<span style='display:block; white-space:pre;color:#404040;'>    templates: Link ticket keyword label to guidelines
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/52781
</span>---
 templates/site.html | 8 ++++++++
 1 file changed, 8 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/templates/site.html b/templates/site.html
</span><span style='display:block; white-space:pre;color:#808080;'>index 4daaea9..537e9a8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/templates/site.html
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/templates/site.html
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,6 +29,14 @@
</span>         ${select('*')}
     </form>
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    <py:if test="req.path_info == '/newticket' or req.path_info.startswith('/ticket')">
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        <label py:match="label[@for='field-keywords']" py:attrs="select('@*')">
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            <a href="wiki/TicketsKeywordGuidelines" rel="noopener" target="_blank">
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                ${select('*|comment()|text()')}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            </a>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        </label>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    </py:if>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>     <div id="footer" py:match="//div[@id='footer']" py:strip="True">
       <div id="footer">
       </div>
</pre><pre style='margin:0'>

</pre>