NINS_CODE/bahmniapps/common/ui-helper/error.html
travelershot 70dda814aa codepush
2024-12-12 22:37:39 +06:00

2 lines
131 B
HTML

<p class="caution" ng-show="error"><i class="fa fa-exclamation-sign small"></i>{{error}}</p>
<p ng-hide="error">Page not found.</p>