HEX
Server: Apache
System: Linux br80.hostgator.com.br 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
User: bloga741 (1102)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: /home1/bloga741/public_html/alamoweb/viapp/templates/feed.html
<ion-view view-title="Feed de Eventos" ng-init="getFeed()">

  <ion-content>
    
    <!-- ITEM TEMPLATE -->
    <div ng-repeat="feedItem in feedList" class="list card">
      <div class="item item-body" ng-click="openEvent({{feedItem.index}})">
        <div class="banner" style="width: 100%; height: 150px; background: url('{{feedItem.banner}}') #000; background-position: center; background-repeat: no-repeat;"></div>
        <div class="info">
          <p class="text">
            {{feedItem.text}}
          </p>
        </div>
      </div>
      <div class="item tabs tabs-secondary tabs-icon-left">
        <a class="tab-item" href="#">
          <i class="icon ion-thumbsup"></i>
          <span>Like</span>
        </a>
        <!-- <a class="tab-item" href="#" ng-click="feedFollowTrigger({{feedItem}})">
          <img id="follow_img_{{feedItem.id}}" class="step" style="max-height: 21px; margin-top: 15px; margin-left: -40px;" src="img/icons/step.png">
          <span id="follow_text_{{feedItem.id}}" style="display:block; margin-top: -55px; margin-left: 20px;">Follow</span>
        </a> -->
        <a class="tab-item" href="#">
          <i class="icon ion-more"></i>
          <span>Get it</span>
        </a>
        <a class="tab-item" href="#">
          <i class="icon ion-share"></i>
          <span>Invite</span>
        </a>
      </div>
    </div>

  </ion-content>

</ion-view>