don't try to display a log hint link if there isn't one
This commit is contained in:
@@ -133,7 +133,7 @@ div.full-size.pdf(ng-controller="PdfController")
|
|||||||
ng-show="entry.humanReadableHint",
|
ng-show="entry.humanReadableHint",
|
||||||
ng-bind-html="wikiEnabled ? entry.humanReadableHint : stripHTMLFromString(entry.humanReadableHint)")
|
ng-bind-html="wikiEnabled ? entry.humanReadableHint : stripHTMLFromString(entry.humanReadableHint)")
|
||||||
.card-hint-actions.clearfix
|
.card-hint-actions.clearfix
|
||||||
.card-hint-ext-link(ng-if="wikiEnabled")
|
.card-hint-ext-link(ng-if="wikiEnabled && entry.extraInfoURL")
|
||||||
a(
|
a(
|
||||||
ng-href="{{ entry.extraInfoURL }}",
|
ng-href="{{ entry.extraInfoURL }}",
|
||||||
ng-click="trackLogHintsLearnMore()"
|
ng-click="trackLogHintsLearnMore()"
|
||||||
|
|||||||
Reference in New Issue
Block a user