From 42c7fbaa92e2b1f76a99a2704f777f18c9095c33 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Wed, 1 Jul 2015 20:37:27 +0500 Subject: Fixing css issues in IE, adding doctype to html files --- web/templates/channel.html | 1 + web/templates/find_team.html | 1 + web/templates/home.html | 1 + web/templates/login.html | 1 + web/templates/password_reset.html | 1 + web/templates/signup_team.html | 1 + web/templates/signup_team_complete.html | 1 + web/templates/signup_team_confirm.html | 1 + web/templates/signup_user_complete.html | 1 + web/templates/verify.html | 1 + web/templates/welcome.html | 1 + 11 files changed, 11 insertions(+) (limited to 'web/templates') diff --git a/web/templates/channel.html b/web/templates/channel.html index d10ae2304..f8a4008f5 100644 --- a/web/templates/channel.html +++ b/web/templates/channel.html @@ -1,4 +1,5 @@ {{define "channel"}} + {{template "head" . }} diff --git a/web/templates/find_team.html b/web/templates/find_team.html index c731f7a8f..9acf3ac64 100644 --- a/web/templates/find_team.html +++ b/web/templates/find_team.html @@ -1,4 +1,5 @@ {{define "find_team"}} + {{template "head" . }} diff --git a/web/templates/home.html b/web/templates/home.html index 74f7a015b..abf8062f2 100644 --- a/web/templates/home.html +++ b/web/templates/home.html @@ -1,4 +1,5 @@ {{define "home"}} + {{template "head" . }} diff --git a/web/templates/login.html b/web/templates/login.html index 1bc5394ab..c107e1ad5 100644 --- a/web/templates/login.html +++ b/web/templates/login.html @@ -1,4 +1,5 @@ {{define "login"}} + {{template "head" . }} diff --git a/web/templates/password_reset.html b/web/templates/password_reset.html index 1c5485e33..8b63556b1 100644 --- a/web/templates/password_reset.html +++ b/web/templates/password_reset.html @@ -1,4 +1,5 @@ {{define "password_reset"}} + {{template "head" . }} diff --git a/web/templates/signup_team.html b/web/templates/signup_team.html index f7e277340..fad332bee 100644 --- a/web/templates/signup_team.html +++ b/web/templates/signup_team.html @@ -1,4 +1,5 @@ {{define "signup_team"}} + {{template "head" . }} diff --git a/web/templates/signup_team_complete.html b/web/templates/signup_team_complete.html index aad521cb3..59f49cdbd 100644 --- a/web/templates/signup_team_complete.html +++ b/web/templates/signup_team_complete.html @@ -1,4 +1,5 @@ {{define "signup_team_complete"}} + {{template "head" . }} diff --git a/web/templates/signup_team_confirm.html b/web/templates/signup_team_confirm.html index a34c39ab6..9e21126da 100644 --- a/web/templates/signup_team_confirm.html +++ b/web/templates/signup_team_confirm.html @@ -1,4 +1,5 @@ {{define "signup_team_confirm"}} + {{template "head" . }} diff --git a/web/templates/signup_user_complete.html b/web/templates/signup_user_complete.html index a6827bc3a..5fe907ba7 100644 --- a/web/templates/signup_user_complete.html +++ b/web/templates/signup_user_complete.html @@ -1,4 +1,5 @@ {{define "signup_user_complete"}} + {{template "head" . }} diff --git a/web/templates/verify.html b/web/templates/verify.html index 60a7990f0..a61964bb3 100644 --- a/web/templates/verify.html +++ b/web/templates/verify.html @@ -1,4 +1,5 @@ {{define "verify"}} + {{template "head" . }} diff --git a/web/templates/welcome.html b/web/templates/welcome.html index 27bf4bcaf..bab7a135d 100644 --- a/web/templates/welcome.html +++ b/web/templates/welcome.html @@ -1,4 +1,5 @@ {{define "welcome"}} + {{template "head" . }} -- cgit v1.2.3-1-g7c22 From 494781d3cc67a0784ee36c4448194df66392b1e0 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Wed, 1 Jul 2015 23:30:41 +0500 Subject: Fixing height for content --- web/templates/channel.html | 1 + 1 file changed, 1 insertion(+) (limited to 'web/templates') diff --git a/web/templates/channel.html b/web/templates/channel.html index f8a4008f5..d96aee3d4 100644 --- a/web/templates/channel.html +++ b/web/templates/channel.html @@ -1,3 +1,4 @@ + {{define "channel"}} -- cgit v1.2.3-1-g7c22 From e46561339f59ff19f68d69596567d1498ed5a857 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Fri, 17 Jul 2015 21:04:33 +0500 Subject: MM-1426 - Updating UI --- web/templates/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/templates') diff --git a/web/templates/head.html b/web/templates/head.html index 5eb7a7333..9c025d1f9 100644 --- a/web/templates/head.html +++ b/web/templates/head.html @@ -14,7 +14,7 @@ - + -- cgit v1.2.3-1-g7c22