summaryrefslogtreecommitdiffstats
path: root/templates/user/dashboard
diff options
context:
space:
mode:
author无闻 <u@gogs.io>2015-03-15 22:19:36 -0400
committer无闻 <u@gogs.io>2015-03-15 22:19:36 -0400
commitc226e92284c7b4b405352814155dd5da3458e029 (patch)
treeb33b18ea5342459416f8b5e6b77f31de248eb970 /templates/user/dashboard
parent80b23854bc6d2b7466b5cdef112db100372e1e0a (diff)
parent25dd6f8fa09e88dd64a572759206ac9bab0ccce9 (diff)
downloadgitea-c226e92284c7b4b405352814155dd5da3458e029.tar.gz
gitea-c226e92284c7b4b405352814155dd5da3458e029.zip
Merge pull request #1047 from ndarilek/accessibility-fixes
Various accessibility fixes
Diffstat (limited to 'templates/user/dashboard')
-rw-r--r--templates/user/dashboard/dashboard.tmpl1
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>