You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

produkt.hbs 535B

12345678910111213
  1. <button type="button" class="produkt {{if @isSelected "selected"}}" {{on "click" (fn this.toggleSelection @titel)}}>
  2. <img src={{@bild}} alt="Ein Bild von {{@titel}}"/>
  3. <h3>{{@titel}}</h3>
  4. <ul class="details">
  5. <li class="detail"><h4>Menge:</h4> {{@menge}}{{@einheit}}</li>
  6. </ul>
  7. </button>
  8. <!--<li class="detail"><h4>this.ex:</h4> {{this.ex}}</li>
  9. <li class="detail"><h4>this.prodn:</h4> {{this.prodn}}</li>
  10. <li class="detail"><h4>produkt count:</h4> {{this.count}}</li>-->