aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Filip Ignacy Bartosik <jbartosik@gmail.com>2010-07-07 11:10:38 +0200
committerJoachim Filip Ignacy Bartosik <jbartosik@gmail.com>2010-07-08 20:35:14 +0200
commit7555e5cab5e17f44a6079fc3fbbfa97671450684 (patch)
tree8226defb808be8d1e866800b3a8b49811148bbb4 /app/views/taglibs/detailed.dryml
parentImproved rake tasks (diff)
downloadrecruiting-webapp-7555e5cab5e17f44a6079fc3fbbfa97671450684.tar.gz
recruiting-webapp-7555e5cab5e17f44a6079fc3fbbfa97671450684.tar.bz2
recruiting-webapp-7555e5cab5e17f44a6079fc3fbbfa97671450684.zip
Allow users to suggest questions
Diffstat (limited to 'app/views/taglibs/detailed.dryml')
-rw-r--r--app/views/taglibs/detailed.dryml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/taglibs/detailed.dryml b/app/views/taglibs/detailed.dryml
index 0a93a5d..68f1c74 100644
--- a/app/views/taglibs/detailed.dryml
+++ b/app/views/taglibs/detailed.dryml
@@ -2,6 +2,7 @@
<def tag="detailed" for="Question">
<h2><name/><a action="edit" if="&can_edit?">(Edit)</a></h2>
+ <unless test="&this.approved">Not approved.</unless>
<view:content/>
</def>