diff --git a/app/views/comments/_votes.html.erb b/app/views/comments/_votes.html.erb index 20fc2d1cf..8ee315e35 100644 --- a/app/views/comments/_votes.html.erb +++ b/app/views/comments/_votes.html.erb @@ -7,7 +7,9 @@ <% if can?(:vote, comment) %> <%= link_to vote_comment_path(comment, value: 'yes'), method: "post", remote: true do %> - + + <%= t('votes.agree') %> + <% end %> <% else %> @@ -19,7 +21,9 @@ <% if can?(:vote, comment) %> <%= link_to vote_comment_path(comment, value: 'no'), method: "post", remote: true do %> - + + <%= t('votes.disagree') %> + <% end %> <% else %>