Created
December 4, 2012 14:19
-
-
Save bxh-io/4204383 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{{#if isGlobalQuestion}} | |
{{#if content.global_answers.length}} | |
<a class="global-answers selected">{{content.number_of_community_answers}}</a> | |
{{else}} | |
No Community Answers | |
{{/if}} | |
{{else}} | |
{{#if content.global_answers.length}} | |
<a {{action switchAnswers target="parentView"}} {{ bindAttr class=":course-answers notGlobalAnswers:selected" }}>{{content.number_of_course_answers}} <span class="ss-icon"></span></a> | |
<a {{action switchAnswers target="parentView"}} {{ bindAttr class=":global-answers notCourseAnswers:selected"}}>{{content.number_of_community_answers}}</a> | |
{{else}} | |
<a class="course-answers selected" >{{content.number_of_course_answers}} <span class="ss-icon"></span></a> | |
No Community Answers | |
{{/if}} | |
{{/if}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment