Skip to content
Snippets Groups Projects
Commit 5b3bd43e authored by Benoît Harrault's avatar Benoît Harrault
Browse files

Improve display of playlist created, add top margin

parent e92704f6
Branches
No related tags found
1 merge request!13Resolve "Improve display on created playlist message"
......@@ -43,13 +43,13 @@
<?php if (count($templateData['errors'])) { ?>
<?php foreach ($templateData['errors'] as $message) { ?>
<div class="alert alert-warning" role="alert"><?php echo $message; ?></div>
<div class="alert alert-warning mt-2" role="alert"><?php echo $message; ?></div>
<?php } ?>
<?php } ?>
<?php if (count($templateData['infos'])) { ?>
<?php foreach ($templateData['infos'] as $message) { ?>
<div class="alert alert-primary" role="alert"><?php echo $message; ?></div>
<div class="alert alert-primary mt-2" role="alert"><?php echo $message; ?></div>
<?php } ?>
<?php } ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment