Merge pull request #2816 from mbauskar/feedback

feedback url minor fix
This commit is contained in:
Nabin Hait 2017-03-07 12:54:43 +05:30 committed by GitHub
commit 53d6aefde9

View file

@ -5,5 +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>
<p>{{ _("1 star being lowest & 5 stars being highest rating") }}</p>
</div>