Merge pull request #2813 from mbauskar/feedback

[minor] Feedback Rating should show a messages that 5 is highest
This commit is contained in:
Makarand Bauskar 2017-03-07 10:43:32 +05:30 committed by GitHub
commit d8ffec84ee

View file

@ -5,4 +5,5 @@
<a class="rating" style="font-size: 20px; text-decoration: none; color: grey" href="{{url}}&rating=3"></a>
<a class="rating" style="font-size: 20px; text-decoration: none; color: grey" href="{{url}}&rating=4"></a>
<a class="rating" style="font-size: 20px; text-decoration: none; color: grey" href="{{url}}&rating=5"></a>
<p>{{ _(1 star being lowest & 5 stars being highest rating) }}</p>
</div>