diff options
author | Nolan Darilek <nolan@thewordnerd.info> | 2015-03-14 09:55:04 -0500 |
---|---|---|
committer | Nolan Darilek <nolan@thewordnerd.info> | 2015-03-14 09:55:04 -0500 |
commit | 37ab32b6139504640a843b0ddd6204c0ca5880c0 (patch) | |
tree | 6a9afb97d083dfe658bb76a05848f275102f4842 /templates/user | |
parent | fd07de575185dd6d683c3e2ad11063965c1345b5 (diff) | |
download | gitea-37ab32b6139504640a843b0ddd6204c0ca5880c0.tar.gz gitea-37ab32b6139504640a843b0ddd6204c0ca5880c0.zip |
Various accessibility fixes, mostly labeling icons.
Diffstat (limited to 'templates/user')
-rw-r--r-- | templates/user/dashboard/dashboard.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/user/dashboard/dashboard.tmpl b/templates/user/dashboard/dashboard.tmpl index 02c0102e42..92bf22d429 100644 --- a/templates/user/dashboard/dashboard.tmpl +++ b/templates/user/dashboard/dashboard.tmpl @@ -17,6 +17,7 @@ <li class="drop right"> <button class="btn btn-green text-bold" id="dashboard-new-repo"> <i class="octicon octicon-plus"></i> + <span class="sr-only">{{.i18n.Tr "new"}}</span> </button> <ul class="menu menu-vertical drop-down" id="dashboard-new-repo-menu"> <li><a href="{{AppSubUrl}}/repo/create"><i class="octicon octicon-repo-create"></i>{{.i18n.Tr "new_repo"}}</a></li> |