src/Elements/Bundle/DemiFrontendBundle/Resources/views/Includes/elements/read-more.mobile.html.twig line 1

Open in your IDE?
  1. <div class="expandable-block__more js-expandable__more">
  2.     <hr class="hr--light hr--bold m-0">
  3.     <div class="card-body text-right">
  4.         <button type="button" class="btn-no-styling text-primary font-medium fz15">
  5.             {{ 'demi.detail.read-more'|trans  }}
  6.             <span class="demi-icon demi-icon-chevron-down icon-in-text ml-2" aria-hidden="true"></span>
  7.         </button>
  8.     </div>
  9. </div>