src/Aqarmap/Bundle/ListingBundle/Resources/views/Listing/listingDescription.html.twig line 1

Open in your IDE?
  1. {% set maxDescriptionHeight = 120 %}
  2. <div class="listingDesc section-wrapper">
  3.     <p class="section-title__header">{{ 'listing.listing_description'|trans }}</p>
  4.     <div
  5.         id="listingDescriptionText"
  6.         class="listing-text large-element"
  7.         data-height="{{ maxDescriptionHeight }}">
  8.         {{ listing.description|nl2br|markdown_to_html }}
  9.     </div>
  10.     <a href="javascript:void(0)" id="seeMoreParagraph" class="see-more-custom-paragraph see-more-paragraph-button"></a>
  11.  </div>