Skip to content
Snippets Groups Projects

Release dev to next

Merged Jon Richter requested to merge dev into next

This brings the last four months of work to the next environment.

Testing !56 (merged).

addresses #26 (closed)

Edited by Jon Richter

Merge request reports

Merge request pipeline #988 passed

Merge request pipeline passed for 202d62e6

Deployed to uat‎/dev‎ 9 months ago

Merged by Jon RichterJon Richter 9 months ago (Jun 17, 2024 9:39pm UTC)

Merge details

  • Changes merged into with 202d62e6.
  • Did not delete the source branch.

Pipeline #989 passed

Pipeline passed for 202d62e6 on next

Deployed to li‎ve‎ 9 months ago
Deployed to ne‎xt‎ 9 months ago

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
19 19 !Astro.props.collapsed && (
20 20 <Page title={article.title}>
21 21 <Search slot="in-toolbar" />
22 <header title={article.__typename}>
22 <header class="full-width" title={article.__typename}>
23 23 {article.previous && (
24 24 <a href={article.previous.href}>{article.previous.title}</a>
25 25 )}
26 26 {article.next && <a href={article.next.href}>{article.next.title}</a>}
27 {article.isBlogpost && (
28 <div class="rubric">{article.user_created?.first_name}</div>
27 {asPost(article).display_in_header && (
28 <div class="margin">{article.user_created?.first_name}</div>
Please register or sign in to reply
Loading