Commit 5dcef08f authored by Robert Knight's avatar Robert Knight Committed by GitHub

Merge pull request #546 from hypothesis/fix-timestamp-tooltip

Fix timestamp tooltips in annotation cards
parents 039f13ba aab4e433
...@@ -50,7 +50,7 @@ module.exports = { ...@@ -50,7 +50,7 @@ module.exports = {
href: '<', href: '<',
timestamp: '<', timestamp: '<',
}, },
template: ['<a class="{{vm.className}}" target="_blank" ng-title="vm.absoluteTimestamp"', template: `<a class="{{ vm.className }}" target="_blank"
' href="{{vm.href}}"', title="{{ vm.absoluteTimestamp }}"
'>{{vm.relativeTimestamp}}</a>'].join(''), href="{{ vm.href }}">{{ vm.relativeTimestamp }}</a>`,
}; };
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment