Skip to content

Commit

Permalink
Add tooltips to user links
Browse files Browse the repository at this point in the history
  • Loading branch information
zachhuff386 committed Oct 22, 2015
1 parent ea3fd5e commit f1e0173
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion www/templates/usersListItem.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
<a class="user-name title no-select" data-toggle="tooltip" title="Click to rename this user"><%- name %><%- email ? ' (' + email + ')' : '' %></a>
<span class="user-id title">(<%- id %>)</span>
</div>
<div class="user-network-link">
<div class="user-network-link" data-toggle="tooltip"
title="User network links">
<% for (var i in network_links) { %>
<span class="fa fa-circle-o"></span><span
class="title link"><%- network_links[i] %></span>
Expand Down

0 comments on commit f1e0173

Please sign in to comment.