summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJorge Maldonado Ventura <jorgesumle@freakspot.net>2017-09-19 01:03:01 +0200
committerKim "BKC" Carlbäcker <kim.carlbacker@gmail.com>2017-09-19 01:03:01 +0200
commitd155d0e6656df7b7699a4a6b60889689d6678ef5 (patch)
treeebed9ead3bdfd308e52442cd4b64a23852fd50e0 /templates
parent566e8ecce0df27e09d9f3ed9503f788827cc1102 (diff)
downloadgitea-d155d0e6656df7b7699a4a6b60889689d6678ef5.tar.gz
gitea-d155d0e6656df7b7699a4a6b60889689d6678ef5.zip
Make basic functionality work without JavaScript (#2541)
Diffstat (limited to 'templates')
-rw-r--r--templates/base/head.tmpl8
1 files changed, 7 insertions, 1 deletions
diff --git a/templates/base/head.tmpl b/templates/base/head.tmpl
index edb7b2003d..23292cdbcd 100644
--- a/templates/base/head.tmpl
+++ b/templates/base/head.tmpl
@@ -76,6 +76,12 @@
<!-- Stylesheet -->
<link rel="stylesheet" href="{{AppSubUrl}}/vendor/plugins/semantic/semantic.min.css">
<link rel="stylesheet" href="{{AppSubUrl}}/css/index.css?v={{MD5 AppVer}}">
+ <noscript>
+ <style>
+ .dropdown:hover > .menu { display: block; }
+ .ui.secondary.menu .dropdown.item > .menu { margin-top: 0; }
+ </style>
+ </noscript>
{{if .RequireHighlightJS}}
<link rel="stylesheet" href="{{AppSubUrl}}/vendor/plugins/highlight/github.css">
@@ -118,7 +124,7 @@
</head>
<body>
<div class="full height">
- <noscript>Please enable JavaScript in your browser!</noscript>
+ <noscript>{{.i18n.Tr "enable_javascript"}}</noscript>
{{if not .PageIsInstall}}
<div class="following bar light">