We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6e599f commit ef70992Copy full SHA for ef70992
public/index.html
@@ -19,7 +19,7 @@
19
<script id="entry-template" type="text/x-handlebars-template">
20
{{#each entities}}
21
<div class="box {{#status status}}{{/status}}">
22
- <h3 class="title">{{#HighlightUrl url}}{{/HighlightUrl}}</h3>
+ <h3 class="title" title="{{url}}">{{#HighlightUrl url}}{{/HighlightUrl}}</h3>
23
</div>
24
25
{{else}}
0 commit comments