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

View File

@ -56,7 +56,7 @@
</div> </div>
{{/if}} {{/if}}
<div class='post-info'> <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>
</div> </div>
{{/unless}} {{/unless}}