summaryrefslogtreecommitdiff
path: root/gnowsys-ndf/gnowsys_ndf/ndf/templates/ndf/data_review_table.html
diff options
context:
space:
mode:
authorKedar Aitawdekar <kedar2a@gmail.com>2015-06-12 16:15:45 +0530
committerKedar Aitawdekar <kedar2a@gmail.com>2015-06-12 16:15:45 +0530
commit68ddbf4e7e605ad2f2c32cc39efaef4730da92c6 (patch)
tree8d0f7f95f847314abc8d78dd04c9f3b3097160fe /gnowsys-ndf/gnowsys_ndf/ndf/templates/ndf/data_review_table.html
parent3fd2f2b7ec70002f1b2369131c21a909066e7c29 (diff)
downloadgnowsys-68ddbf4e7e605ad2f2c32cc39efaef4730da92c6.tar.gz
Added Moderation column
Diffstat (limited to 'gnowsys-ndf/gnowsys_ndf/ndf/templates/ndf/data_review_table.html')
-rw-r--r--gnowsys-ndf/gnowsys_ndf/ndf/templates/ndf/data_review_table.html12
1 files changed, 11 insertions, 1 deletions
diff --git a/gnowsys-ndf/gnowsys_ndf/ndf/templates/ndf/data_review_table.html b/gnowsys-ndf/gnowsys_ndf/ndf/templates/ndf/data_review_table.html
index dabfef67..73131972 100644
--- a/gnowsys-ndf/gnowsys_ndf/ndf/templates/ndf/data_review_table.html
+++ b/gnowsys-ndf/gnowsys_ndf/ndf/templates/ndf/data_review_table.html
@@ -14,6 +14,9 @@
<th class="text-center right-border" colspan="3">Alignment & Level</th>
<th class="text-center right-border" colspan="7">Curate</th>
<th class="text-center right-border" colspan="3">Advance</th>
+ {% if title == "moderation" %}
+ <th class="text-center right-border" colspan="3">Moderation</th>
+ {% endif %}
</tr>
<tr class="bottom-border">
@@ -61,7 +64,14 @@
<!-- Advance -->
<th class="expand-width-3">Reading Level</th>
<th>Time Required</th>
- <th class="expand-width-3">Text Complexity</th>
+ <th class="expand-width-3 right-border">Text Complexity</th>
+
+ <!-- moderation -->
+ {% if title == "moderation" %}
+ <th class="expand-width-2">Discuss</th>
+ <th class="expand-width-2">Approve</th>
+ <th class="expand-width-3">Reject</th>
+ {% endif %}
</tr>