Skip to content
This repository has been archived by the owner on Sep 10, 2019. It is now read-only.

Commit

Permalink
removes test blurb from notification template
Browse files Browse the repository at this point in the history
;
  • Loading branch information
zurbchris committed Dec 5, 2015
1 parent db6571e commit 4037e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/angular/components/notification/notification.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<img ng-src="{{ image }}"/>
</div>
<div class="notification-content">
<h1 ng-bind-html="trustedTitle"> Blurb</h1>
<h1 ng-bind-html="trustedTitle"></h1>
<p ng-transclude></p>
</div>
</div>

0 comments on commit 4037e6f

Please sign in to comment.