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.

61 lines
1.3 KiB

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