mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
stupid apple fix
This commit is contained in:
@@ -157,13 +157,12 @@
|
|||||||
</td>
|
</td>
|
||||||
<td style="vertical-align: middle!important;">
|
<td style="vertical-align: middle!important;">
|
||||||
{% if i.note %}
|
{% if i.note %}
|
||||||
<button class="btn btn-light btn-sm d-print-none" type="button"
|
<a class="btn btn-light btn-sm d-print-none" tabindex="-1"
|
||||||
data-container="body"
|
|
||||||
data-toggle="popover"
|
data-toggle="popover"
|
||||||
data-placement="right" data-html="true" data-trigger="focus"
|
data-placement="right" data-html="true" data-trigger="focus"
|
||||||
data-content="{{ i.note }}">
|
data-content="{{ i.note }}">
|
||||||
<i class="fas fa-info"></i>
|
<i class="fas fa-info"></i>
|
||||||
</button>
|
</a>
|
||||||
<div class="d-none d-print-block">
|
<div class="d-none d-print-block">
|
||||||
<i class="far fa-comment-alt"></i> {{ i.note }}
|
<i class="far fa-comment-alt"></i> {{ i.note }}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user