Subversion Repositories SmartDukaan

Rev

Rev 14795 | Rev 14973 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14795 Rev 14969
Line 31... Line 31...
31
              OFFER
31
              OFFER
32
            </div> -->
32
            </div> -->
33
            <div class="<?php if(strlen($deal['offer'])>140):?>hasmoretext<?php endif;?> col-xs-12 offertext" data-fulltext="<?php echo $deal['offer'];?>">              
33
            <div class="<?php if(strlen($deal['offer'])>140):?>hasmoretext<?php endif;?> col-xs-12 offertext" data-fulltext="<?php echo $deal['offer'];?>">              
34
              <?php echo $this->Text->truncate($deal['offer'],140);?>
34
              <?php echo $this->Text->truncate($deal['offer'],140);?>
35
            </div>
35
            </div>
36
        </div>        
36
        </div>  
-
 
37
        <div class="timeago">Updated <?php echo $this->Time->timeAgoInWords($deal['priceUpdatedOn']/1000);?></div>      
37
      </div>
38
      </div>
38
      <div class="col-xs-2 pull-right product_actions">
39
      <div class="col-xs-2 pull-right product_actions">
39
        <ul class="list-unstyled">
40
        <ul class="list-unstyled">
40
          <li data-id="<?php echo $deal['_id'];?>" class="likedeal <?php if(isset($likedDeals[$deal['_id']])):?>active<?php endif;?>">
41
          <li data-id="<?php echo $deal['_id'];?>" class="likedeal <?php if(isset($likedDeals[$deal['_id']])):?>active<?php endif;?>">
41
          </li>
42
          </li>