You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by hu...@apache.org on 2016/02/08 10:54:31 UTC

svn commit: r1729115 - /comdev/helpwanted.apache.org/site/js/hw.js

Author: humbedooh
Date: Mon Feb  8 09:54:31 2016
New Revision: 1729115

URL: http://svn.apache.org/viewvc?rev=1729115&view=rev
Log:
add contributor url to task page

Modified:
    comdev/helpwanted.apache.org/site/js/hw.js

Modified: comdev/helpwanted.apache.org/site/js/hw.js
URL: http://svn.apache.org/viewvc/comdev/helpwanted.apache.org/site/js/hw.js?rev=1729115&r1=1729114&r2=1729115&view=diff
==============================================================================
--- comdev/helpwanted.apache.org/site/js/hw.js (original)
+++ comdev/helpwanted.apache.org/site/js/hw.js Mon Feb  8 09:54:31 2016
@@ -354,6 +354,7 @@ function renderItem(json, state) {
         "<blockquote style='text-align: left;'><q>" + json.description + "</q></blockquote>" +
         "<br/></p>" +
         "<h3 style='text-align: left;'>How to help:</h3><p style='text-align: left;'>" +
+        (json.curl && json.curl.length > 10 ? "<b>Contributor's guide for this project: </b><a href='" + json.curl + "'>" + json.curl + "</a><br/>" :"") +
         "If you want to help with this task, please get in touch with the project at: dev@" + json.project + ".apache.org!" +
         "<br/>You should also check out the additional information URL (if such is provided above) for more information."
         "<br/>&nbsp;<br/>&nbsp;<br/></p>"