fix: set simplified chinese lang on layouts #353
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="zh-Hans-CN">
|
||||
<head>
|
||||
<title>ForgePlus后台管理</title>
|
||||
<meta charset="utf-8">
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="zh-Hans-CN">
|
||||
<head>
|
||||
<title>EduCoder</title>
|
||||
<meta charset="utf-8">
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="zh-Hans-CN">
|
||||
<head>
|
||||
<title><%= current_laboratory.laboratory_setting&.name || 'GitLink' %>-后台管理</title>
|
||||
<meta charset="utf-8">
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="zh-Hans-CN">
|
||||
|
||||
<head>
|
||||
<title>GitLink oauth2 认证</title>
|
||||
|
|
@ -138,4 +138,4 @@
|
|||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="zh-Hans-CN">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<style>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<html>
|
||||
<html lang="zh-Hans-CN">
|
||||
<head>
|
||||
<%= csrf_meta_tags %>
|
||||
<%= csp_meta_tag %>
|
||||
|
|
|
|||
Loading…
Reference in New Issue