src/CoreBundle/Resources/views/Status/label.html.twig line 1

Open in your IDE?
  1. {#
  2.  # This file is part of SolidInvoice package.
  3.  #
  4.  # (c) Pierre du Plessis <open-source@solidworx.co>
  5.  #
  6.  # This source file is subject to the MIT license that is bundled
  7.  # with this source code in the file LICENSE.
  8.  #}
  9. <span class="badge badge-pill{{ entity.label ? " bg-" ~ entity.label }}"{% if tooltip is defined and tooltip is not empty %}title="{{ tooltip }}" rel="tooltip" {% endif %}>{{ entity.name|title }}</span>