Skip to content

Commit

Permalink
Add #global_statusmessage to the news-item layout
Browse files Browse the repository at this point in the history
To display status messages on @@send-by-email

Refs: syslabcom/scrum#1242
  • Loading branch information
cillianderoiste committed Jun 28, 2023
1 parent fedfc85 commit 41bdf2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _layouts/news-item.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<div class="row">
<div class="col-md-9">
<div class="blog-posts single-post">
<div id="global_statusmessage">
</div>
<article class="post clearfix mb-0">
<div class="entry-header">
<div class="post-thumb thumb"> <img src="{{ page.image }}" alt="" class="img-responsive img-fullwidth"> </div>
Expand Down

0 comments on commit 41bdf2b

Please sign in to comment.