Show post number in share dialog when clicking post date

This commit is contained in:
Neil Lalonde 2013-09-13 10:35:22 -04:00
parent 5071d71294
commit 32163bc356
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@
</div>
{{/if}}
<div class='post-info'>
<a href='#' class='post-date' {{bindAttr data-share-url="shareUrl"}}>{{unboundAgeWithTooltip created_at}}</a>
<a href='#' class='post-date' {{bindAttr data-share-url="shareUrl"}} {{bindAttr data-post-number="post_number"}}>{{unboundAgeWithTooltip created_at}}</a>
</div>
</div>
{{/unless}}