The KelistoFeedback plugin adds a button and a fancybox to each project that includes it and let you send feedback to the Kelisto.es Support Team.
Add this line to your application's Gemfile:
gem "kelisto_feedback", git: 'https://github.com/kelkoo-services/kelisto_feedback.git'And then execute:
$ bundleOr install it yourself as:
$ gem install kelisto_feedbackFor CSS, in your application.css add the following line:
/*
*
*= require kelisto-assets
*
*/For JS, in your application.js add the following line:
//= require kelisto-assetsFor rendering the plugin on your application.html.erb, add the following line:
<%= kelisto_feedback %>Or if you're using HAML:
= kelisto_feedbackThis project uses MIT-LICENSE.