summaryrefslogtreecommitdiffstats
path: root/templates/globalrelay_compliance_export_participant_row.html
diff options
context:
space:
mode:
authorDerrick Anderson <derrick@andersonwebstudio.com>2018-02-12 16:01:02 -0500
committerDerrick Anderson <derrick@andersonwebstudio.com>2018-02-12 16:01:02 -0500
commitc209e4457457edc042f063390c9a222a694f3a6d (patch)
tree5e1653318a6a14bcad80025793adab0f700deed9 /templates/globalrelay_compliance_export_participant_row.html
parent62efb1df754bfe6b10a3c17ca6f89fd33b991f56 (diff)
downloadchat-c209e4457457edc042f063390c9a222a694f3a6d.tar.gz
chat-c209e4457457edc042f063390c9a222a694f3a6d.tar.bz2
chat-c209e4457457edc042f063390c9a222a694f3a6d.zip
revert master changes
Diffstat (limited to 'templates/globalrelay_compliance_export_participant_row.html')
-rw-r--r--templates/globalrelay_compliance_export_participant_row.html10
1 files changed, 0 insertions, 10 deletions
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"}}
-<tr>
- <td class="username">@{{.Props.Username}}</td>
- <td class="email">{{.Props.Email}}</td>
- <td class="joined">{{.Props.Joined}}</td>
- <td class="left">{{.Props.Left}}</td>
- <td class="duration">{{.Props.DurationMinutes}} Minutes</td>
- <td class="messages">{{.Props.NumMessages}}</td>
-</tr>
-{{end}} \ No newline at end of file