From: <ps...@us...> - 2017-05-19 19:49:01
|
Revision: 288 http://sourceforge.net/p/vlibrary/code/288 Author: psteitz Date: 2017-05-19 19:48:59 +0000 (Fri, 19 May 2017) Log Message: ----------- Updated tiles template to include issues link. Modified Paths: -------------- branches/VLIBRARY_2_X/src/main/webapp/template.jsp Modified: branches/VLIBRARY_2_X/src/main/webapp/template.jsp =================================================================== --- branches/VLIBRARY_2_X/src/main/webapp/template.jsp 2017-05-19 19:48:13 UTC (rev 287) +++ branches/VLIBRARY_2_X/src/main/webapp/template.jsp 2017-05-19 19:48:59 UTC (rev 288) @@ -33,10 +33,10 @@ </tr> <tr> <td colspan='2'> - <br> - <a href=mailto:<bean:message key="email.support.address"/>> - <bean:message key="index.contact"/> - </a> + <br> <a href=mailto:<bean:message key="email.support.address"/>> + <bean:message key="index.contact"/></a> + <br><a href="https://vlibrary.sourceforge.io/issues.html"> + <bean:message key="index.issues"/></a> </td> </tr> </table> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |