Skip to content

Commit

Permalink
Remove export plugin from instructor report
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Dec 9, 2022
1 parent a631a64 commit 0d202ed
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions grails-app/views/annotator/instructorReport.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<html>
<head>
<meta name="layout" content="report">
<export:resource />
<title>Annotators</title>

<script>
Expand Down Expand Up @@ -34,8 +33,6 @@
<div class="groupHeader">
<p>Group: ${userGroup.name}</p>
</div>
<p><export:formats formats="['csv', 'excel', 'xml']" action="export" params="[userGroups: userGroup.id]"> </export:formats>
</p>

<table class="reportTable">
<thead>
Expand Down

0 comments on commit 0d202ed

Please sign in to comment.