Skip to content

Commit

Permalink
feat(front): add merge request messge to block subtitle on master (#355)
Browse files Browse the repository at this point in the history
Signed-off-by: Elizabeth Kelen <erskelen@gmail.com>
  • Loading branch information
ekelen authored Jun 21, 2020
1 parent 08f32e0 commit 7e32acd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/ui/components/Build/BuildBlockTitle.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const BuildBlockTitle = ({
<u>
{mrDisplayId}
</u>
{mrTitle && `: ${mrTitle}`}
</a>
)
const BlockSubtitlePullWithMr = !isMasterBuildBranch && mrShortId && <>{mrTitle}</>
Expand Down

0 comments on commit 7e32acd

Please sign in to comment.