Skip to content

Commit

Permalink
Adding tooltip to issue titles on calendar. (24pullrequests#3523)
Browse files Browse the repository at this point in the history
  • Loading branch information
emclaughlin1215 authored Dec 12, 2021
1 parent c281844 commit ab9f327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/users/_calendar.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<%= date.mday %>
</span>
<% if gift.present? %>
<%= link_to gift.contribution_title, gift.contribution_issue_url, :target => :_blank %>
<%= link_to gift.contribution_title, gift.contribution_issue_url, :title => gift.contribution_title, :target => :_blank %>
<% end %>
</li>
<% end %>
Expand Down

0 comments on commit ab9f327

Please sign in to comment.