From c209e4457457edc042f063390c9a222a694f3a6d Mon Sep 17 00:00:00 2001 From: Derrick Anderson Date: Mon, 12 Feb 2018 16:01:02 -0500 Subject: revert master changes --- templates/globalrelay_compliance_export.html | 91 ---------------------- .../globalrelay_compliance_export_message.html | 8 -- ...balrelay_compliance_export_participant_row.html | 10 --- 3 files changed, 109 deletions(-) delete mode 100644 templates/globalrelay_compliance_export.html delete mode 100644 templates/globalrelay_compliance_export_message.html delete mode 100644 templates/globalrelay_compliance_export_participant_row.html (limited to 'templates') diff --git a/templates/globalrelay_compliance_export.html b/templates/globalrelay_compliance_export.html deleted file mode 100644 index 91028d11c..000000000 --- a/templates/globalrelay_compliance_export.html +++ /dev/null @@ -1,91 +0,0 @@ -{{define "globalrelay_compliance_export"}} - - -

Mattermost Compliance Export

- -

Conversation Summary

-
- -
- - - - - - - - - - {{.Props.ParticipantRows}} -
Username
JoinedLeftDurationMessages
- -

Messages

-
- -
- -

Exported on {{.Props.ExportDate}}

-{{end}} \ No newline at end of file diff --git a/templates/globalrelay_compliance_export_message.html b/templates/globalrelay_compliance_export_message.html deleted file mode 100644 index 3a47b29b7..000000000 --- a/templates/globalrelay_compliance_export_message.html +++ /dev/null @@ -1,8 +0,0 @@ -{{define "globalrelay_compliance_export_message"}} -
  • - {{.Props.SentTime}} - @{{.Props.Username}} - - {{.Props.Message}} -
  • -{{end}} diff --git a/templates/globalrelay_compliance_export_participant_row.html b/templates/globalrelay_compliance_export_participant_row.html deleted file mode 100644 index 7a61e23eb..000000000 --- a/templates/globalrelay_compliance_export_participant_row.html +++ /dev/null @@ -1,10 +0,0 @@ -{{define "globalrelay_compliance_export_participant_row"}} - - @{{.Props.Username}} - {{.Props.Email}} - {{.Props.Joined}} - {{.Props.Left}} - {{.Props.DurationMinutes}} Minutes - {{.Props.NumMessages}} - -{{end}} \ No newline at end of file -- cgit v1.2.3-1-g7c22