Skip to content

Commit

Permalink
Show a link to the images list when showing the notification for crea…
Browse files Browse the repository at this point in the history
…ted images

Fixes #742
  • Loading branch information
KKoukiou committed Sep 6, 2019
1 parent d1e052c commit c86541c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions data/NotificationsApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@ class NotificationsApi {
message: (
<span>
<FormattedMessage
defaultMessage="{blueprint} Image creation has been added to the queue."
defaultMessage="{blueprint} Image creation has been added to the {queue}."
values={{
blueprint: <strong>{blueprint}:</strong>
blueprint: <strong>{blueprint}:</strong>,
queue: <a href={"#blueprint/" + blueprint + "/images"}>queue</a>
}}
/>
</span>
Expand Down

0 comments on commit c86541c

Please sign in to comment.