Created
March 31, 2022 15:07
-
-
Save toru-takahashi/62dc5cad856feba08b2674a5fbd611eb to your computer and use it in GitHub Desktop.
Add Feedback Field to Zendesk Guide with Slack notification
This file contains 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
<div class="article-votes"> | |
<span class="article-votes-question">{{t 'was_this_article_helpful'}}</span> | |
<div class="article-votes-controls" role='radiogroup'> | |
{{vote 'up' role='radio' class='button article-vote article-vote-up'}} | |
{{vote 'down' role='radio' class='button article-vote article-vote-down'}} | |
</div> | |
<small class="article-votes-count"> | |
{{vote 'label' class='article-vote-label'}} | |
</small> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment