Skip to content

Instantly share code, notes, and snippets.

@toru-takahashi
Created March 31, 2022 15:07
Show Gist options
  • Save toru-takahashi/62dc5cad856feba08b2674a5fbd611eb to your computer and use it in GitHub Desktop.
Save toru-takahashi/62dc5cad856feba08b2674a5fbd611eb to your computer and use it in GitHub Desktop.
Add Feedback Field to Zendesk Guide with Slack notification
<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