aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Filip Ignacy Bartosik <jbartosik@gmail.com>2010-07-14 21:18:37 +0200
committerJoachim Filip Ignacy Bartosik <jbartosik@gmail.com>2010-07-19 17:15:10 +0200
commitd26bc1536bb34cab8c425784d594fc723f6cf504 (patch)
treebccc65e27bfa2d2699d9806b10762ad7504be5d5 /app/views/taglibs
parentFeature covering reference answers and fixes needed to pass them (diff)
downloadrecruiting-webapp-d26bc1536bb34cab8c425784d594fc723f6cf504.tar.gz
recruiting-webapp-d26bc1536bb34cab8c425784d594fc723f6cf504.tar.bz2
recruiting-webapp-d26bc1536bb34cab8c425784d594fc723f6cf504.zip
Feature covering mentor approval for answers and necessary fixes
Diffstat (limited to 'app/views/taglibs')
-rw-r--r--app/views/taglibs/detailed.dryml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/taglibs/detailed.dryml b/app/views/taglibs/detailed.dryml
index 3ff9792..690126a 100644
--- a/app/views/taglibs/detailed.dryml
+++ b/app/views/taglibs/detailed.dryml
@@ -23,6 +23,8 @@
<with:question><view:content/></with>
<h5>Answer:</h5>
+ <if:approved>Approved</if>
+ <else:approved>Not approved</else>
<view:content/>
</def>