change dropdown button to <a> from <div> so that it is tabbable

This commit is contained in:
Rodney Ewing 2013-08-09 11:38:55 -07:00
parent d7ecae5a4e
commit 135dd5296b

View File

@ -65,8 +65,8 @@
<a href="#notifications" class="notification-gem button_action" title="Notifications"> <a href="#notifications" class="notification-gem button_action" title="Notifications">
{{ notification_count }}</a> {{ notification_count }}</a>
{% endif %} {% endif %}
<div class="button_action header_dropdown_down">&#9660;</div> <a href="#header" class="button_action header_dropdown_down">&#9660;</a>
<div class="button_action header_dropdown_up">&#9650;</div> <a href="#no_header" class="button_action header_dropdown_up">&#9650;</a>
{% elif request.user and request.user.status == "needs_email_verification" %} {% elif request.user and request.user.status == "needs_email_verification" %}
{# the following link should only appear when verification is needed #} {# the following link should only appear when verification is needed #}
<a href="{{ request.urlgen('mediagoblin.user_pages.user_home', <a href="{{ request.urlgen('mediagoblin.user_pages.user_home',