Skip to content

Commit

Permalink
Merge pull request #478 from Istiakshovon/patch-1
Browse files Browse the repository at this point in the history
updating hover text of upvote and downvote
  • Loading branch information
ArtOfCode- authored Apr 25, 2021
2 parents 59dcb6b + 8c0ac9f commit 9191b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/posts/_expanded.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div class="post--container <%= 'deleted-content' if post.deleted? %> grid is-nowrap">
<% if post_type.has_votes %>
<div>
<div class="post--votes has-text-align-center" title="<%= post.score %>">
<div class="post--votes has-text-align-center" title="Score : <%= post.score %>">
<% existing_vote = my_vote(post) %>
<% unless post.locked? %>
<button class="vote-button button is-icon-only-button <%= (existing_vote&.vote_type == 1) ? 'is-active' : '' %>"
Expand Down

0 comments on commit 9191b61

Please sign in to comment.