Link to profile/home from logo
Reported by mccreath | January 3rd, 2011 @ 05:00 PM
If you move span.welcome inside the link element, it should still position correctly and be clickable. The way the HTML is structured right now, the greeting itself is not actually clickable which seems weird.
Change this:
<div class="logo">
<a href="/"><img
src="/static/images/logo.png"></a>
<span class="welcome">Howdy mccreath!</span>
</div>
To this:
<div class="logo">
<a href="/">
<img src="/static/images/logo.png">
<span class="welcome">Howdy mccreath!</span>
</a>
</div>
Comments and changes to this ticket
-
Amber Costley January 5th, 2011 @ 12:34 PM
- State changed from new to open
- Assigned user set to Ivan
Yeah we're totally doing this soon. Thanks for the heads up Dave.
-
Andre Torrez January 11th, 2011 @ 03:41 PM
- State changed from open to resolved
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
MLKSHK it's fun for the whole family.
People watching this ticket
Referenced by
- 17 "Howdy $USERNAME" is not a link, but the thought bubble is Thanks, Jordan. The solution to this one is in #2, we'll ...
- 70 Can't @ multiple people in one reply using Reply links from thread What I did: used the "Reply" link to address someone in a...