mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-07 17:32:17 +00:00
don't try to display a log hint link if there isn't one
This commit is contained in:
parent
0742db7732
commit
e508f7b8a9
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ div.full-size.pdf(ng-controller="PdfController")
|
|||
ng-show="entry.humanReadableHint",
|
||||
ng-bind-html="wikiEnabled ? entry.humanReadableHint : stripHTMLFromString(entry.humanReadableHint)")
|
||||
.card-hint-actions.clearfix
|
||||
.card-hint-ext-link(ng-if="wikiEnabled")
|
||||
.card-hint-ext-link(ng-if="wikiEnabled && entry.extraInfoURL")
|
||||
a(
|
||||
ng-href="{{ entry.extraInfoURL }}",
|
||||
ng-click="trackLogHintsLearnMore()"
|
||||
|
|
Loading…
Add table
Reference in a new issue