diff options
author | Unknwon <u@gogs.io> | 2015-03-15 22:24:41 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-03-15 22:24:41 -0400 |
commit | 471b8a18ab73b181b0d6769e2bd95111afd0e9d3 (patch) | |
tree | a4dae8d753fcb84d6c2ff86587ab36fa41bda686 /templates/user | |
parent | c226e92284c7b4b405352814155dd5da3458e029 (diff) | |
download | gitea-471b8a18ab73b181b0d6769e2bd95111afd0e9d3.tar.gz gitea-471b8a18ab73b181b0d6769e2bd95111afd0e9d3.zip |
Revert "Merge pull request #1047 from ndarilek/accessibility-fixes"
This reverts commit c226e92284c7b4b405352814155dd5da3458e029, reversing
changes made to 80b23854bc6d2b7466b5cdef112db100372e1e0a.
Diffstat (limited to 'templates/user')
-rw-r--r-- | templates/user/dashboard/dashboard.tmpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/user/dashboard/dashboard.tmpl b/templates/user/dashboard/dashboard.tmpl index 92bf22d429..02c0102e42 100644 --- a/templates/user/dashboard/dashboard.tmpl +++ b/templates/user/dashboard/dashboard.tmpl @@ -17,7 +17,6 @@ <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> |