mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Fixing css issues in IE, adding doctype to html files
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{{define "channel"}}
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
{{template "head" . }}
|
||||
<body>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{{define "find_team"}}
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
{{template "head" . }}
|
||||
<body class="white">
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{{define "home"}}
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
{{template "head" . }}
|
||||
<body>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{{define "login"}}
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
{{template "head" . }}
|
||||
<body class="white">
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{{define "password_reset"}}
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
{{template "head" . }}
|
||||
<body class="white">
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{{define "signup_team"}}
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
{{template "head" . }}
|
||||
<body class="white">
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{{define "signup_team_complete"}}
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
{{template "head" . }}
|
||||
<body class="white">
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{{define "signup_team_confirm"}}
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
{{template "head" . }}
|
||||
<body class="white">
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{{define "signup_user_complete"}}
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
{{template "head" . }}
|
||||
<body class="white">
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{{define "verify"}}
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
{{template "head" . }}
|
||||
<body>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{{define "welcome"}}
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
{{template "head" . }}
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user