Skip to content

Commit

Permalink
Merge PR #133 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by simahawk
  • Loading branch information
OCA-git-bot committed Oct 31, 2023
2 parents be08868 + 3f8c45f commit ab7be91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cms_status_message/templates/status_message.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
<template id="message_wrapper" name="CMS status_message single message wrapper">
<div class="msg-wrapper row">
<t t-if="msg['title']">
<div class="title col-3">
<div class="title col">
<strong t-esc="msg['title']" />
</div>
</t>
<div class="msg col">
<div class="msg col-auto">
<t t-out="msg['msg']" />
</div>
</div>
Expand Down

0 comments on commit ab7be91

Please sign in to comment.