Removed the anchor tag around notification

This commit is contained in:
Poornima Nayar
2018-09-11 16:29:21 +01:00
parent 2f74720c38
commit fbbc89b477

View File

@@ -11,10 +11,8 @@
</div>
<div ng-if="notification.headline">
<a ng-href="{{notification.url}}" target="_blank">
<strong>{{notification.headline}}</strong>
<span ng-bind-html="notification.message"></span>
</a>
</div>
</li>
</ul>