newissue.template 177 B

1234567891011121314
  1. <html>
  2. <head>
  3. <title>
  4. New Issue
  5. </title>
  6. </head>
  7. <body>
  8. <p>
  9. The project %title$s was created.
  10. <br/>
  11. <a href="%url$s/!%id$d">Open</a>
  12. </p>
  13. </body>
  14. </html>