Skip to content

Commit

Permalink
Removed pure HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
Taavi Meinberg authored and Taavi Meinberg committed Sep 1, 2020
1 parent 1b898e8 commit 74dbb5f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ <h4 class="card-title">
<div class="card-text">
<ng-container *ngFor="let item of card.content">
<p *ngIf="item.type==='p'">{{ item.value }}</p>
<p><b>NB! X-teega liitumise tingimused on muutunud.</b><p>
<a href="abi.ria.ee">Loe lähemalt</a>
<ng-container *ngIf="item.type==='list'">
<p><strong>{{ item.title }}</strong></p>
<ul *ngIf="item.items !==null">
Expand Down

0 comments on commit 74dbb5f

Please sign in to comment.