Simple email application for Android. Original source code: https://framagit.org/dystopia-project/simple-email
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

56 lines
1.2 KiB

  1. * {{header}}
  2. {{~!-- commit link --}} {{#if @root.linkReferences~}}
  3. ([{{hash}}](
  4. {{~#if @root.repository}}
  5. {{~#if @root.host}}
  6. {{~@root.host}}/
  7. {{~/if}}
  8. {{~#if @root.owner}}
  9. {{~@root.owner}}/
  10. {{~/if}}
  11. {{~@root.repository}}
  12. {{~else}}
  13. {{~@root.repoUrl}}
  14. {{~/if}}/
  15. {{~@root.commit}}/{{hash}}))
  16. {{~else}}
  17. {{~hash}}
  18. {{~/if}}
  19. {{~!-- commit references --}}
  20. {{~#if references~}}
  21. , closes
  22. {{~#each references}} {{#if @root.linkReferences~}}
  23. [
  24. {{~#if this.owner}}
  25. {{~this.owner}}/
  26. {{~/if}}
  27. {{~this.repository}}#{{this.issue}}](
  28. {{~#if @root.repository}}
  29. {{~#if @root.host}}
  30. {{~@root.host}}/
  31. {{~/if}}
  32. {{~#if this.repository}}
  33. {{~#if this.owner}}
  34. {{~this.owner}}/
  35. {{~/if}}
  36. {{~this.repository}}
  37. {{~else}}
  38. {{~#if @root.owner}}
  39. {{~@root.owner}}/
  40. {{~/if}}
  41. {{~@root.repository}}
  42. {{~/if}}
  43. {{~else}}
  44. {{~@root.repoUrl}}
  45. {{~/if}}/
  46. {{~@root.issue}}/{{this.issue}})
  47. {{~else}}
  48. {{~#if this.owner}}
  49. {{~this.owner}}/
  50. {{~/if}}
  51. {{~this.repository}}#{{this.issue}}
  52. {{~/if}}{{/each}}
  53. {{~/if}}