Changeset - 54ce462a0824
[Not reviewed]
default
0 1 0
domruf - 8 years ago 2017-07-03 20:18:57
dominikruf@gmail.com
changelog: move the tooltip from the user name to the whole column

This way, when hovering over the gravatar, the tooltip will be shown as well.
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
kallithea/templates/changelog/changelog.html
Show inline comments
 
@@ -94,9 +94,9 @@ ${self.repo_context_bar('changelog', c.f
 
                            %endif
 
                          %endif
 
                        </td>
 
                        <td class="author">
 
                        <td class="author" data-toggle="tooltip" title="${cs.author}">
 
                            ${h.gravatar(h.email_or_none(cs.author), size=16)}
 
                            <span data-toggle="tooltip" title="${cs.author}" class="user">${h.person(cs.author)}</span>
 
                            <span class="user">${h.person(cs.author)}</span>
 
                        </td>
 
                        <td class="hash">
 
                            ${h.link_to(h.show_id(cs),h.url('changeset_home',repo_name=c.repo_name,revision=cs.raw_id), class_='changeset_hash')}
0 comments (0 inline, 0 general)