File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -203,6 +203,11 @@ public String getIndentedReadme() {
203203 return readme .replaceAll ("\n " , "\n " ).trim ();
204204 }
205205
206+ public String getIndentedLastUpdate () {
207+ String lastUpdateBody = getLastUpdate ().body ();
208+ return lastUpdateBody .replaceAll ("\n " , "\n " ).trim ();
209+ }
210+
206211 public Status getStatus () {
207212 if (statusUpdates .isEmpty ()) {
208213 return Status .INACTIVE ;
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ working-groups:
1010 last-activity: {board.getLastActivityDate()}
1111 {#if board.getLastUpdate() && board.getLastUpdate().body.trim()}
1212 last-update: |
13- {board.getLastUpdate ().body.trim() }
13+ {board.getIndentedLastUpdate ().raw }
1414 {/if}
1515 {/for}
You can’t perform that action at this time.
0 commit comments