fix tooltips

This commit is contained in:
Kyle Drake 2013-06-26 11:42:12 -07:00
parent 5021f87efd
commit bf65705132

View file

@ -17,7 +17,7 @@
h5 h5
b style="margin-left: 20px" b style="margin-left: 20px"
- if site.username.length > 17 - if site.username.length > 17
a href="http://#{site.username}.neocities.org" target="_blank" data-toggle="tooltip" data-original-title="Default tooltip" = site.username[0..17]+'..' a href="http://#{site.username}.neocities.org" target="_blank" rel="tooltip" title="#{site.username}" = site.username[0..17]+'..'
- else - else
a href="http://#{site.username}.neocities.org" target="_blank" = site.username a href="http://#{site.username}.neocities.org" target="_blank" = site.username