Skip to content

Commit ef70992

Browse files
committed
Add the url in a title attribute
1 parent b6e599f commit ef70992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<script id="entry-template" type="text/x-handlebars-template">
2020
{{#each entities}}
2121
<div class="box {{#status status}}{{/status}}">
22-
<h3 class="title">{{#HighlightUrl url}}{{/HighlightUrl}}</h3>
22+
<h3 class="title" title="{{url}}">{{#HighlightUrl url}}{{/HighlightUrl}}</h3>
2323
</div>
2424
</div>
2525
{{else}}

0 commit comments

Comments
 (0)