Skip to content

Instantly share code, notes, and snippets.

@Reyjay
Created September 18, 2013 18:23
Show Gist options
  • Save Reyjay/6613297 to your computer and use it in GitHub Desktop.
Save Reyjay/6613297 to your computer and use it in GitHub Desktop.
Get the count of mura comments in a detail page and add a hr
<cfif #$.content().getStats().getComments()# gte 1 >
<hr/>
</cfif>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment