aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorJoachim Filip Ignacy Bartosik <jbartosik@gmail.com>2010-08-11 19:47:49 +0200
committerJoachim Filip Ignacy Bartosik <jbartosik@gmail.com>2010-08-11 19:47:49 +0200
commit885dcd8ac746767a7f78f3a368503f5ea46a3f07 (patch)
treec42fb50b983600510c00518855c8ae4e9a35306a /app
parentWhen collecting lead data collect include subproject leads (diff)
downloadrecruiting-webapp-885dcd8ac746767a7f78f3a368503f5ea46a3f07.tar.gz
recruiting-webapp-885dcd8ac746767a7f78f3a368503f5ea46a3f07.tar.bz2
recruiting-webapp-885dcd8ac746767a7f78f3a368503f5ea46a3f07.zip
Content inside <content-body:> instead of <content:> on users/questions page
Diffstat (limited to 'app')
-rw-r--r--app/views/users/questions.dryml12
1 files changed, 4 insertions, 8 deletions
diff --git a/app/views/users/questions.dryml b/app/views/users/questions.dryml
index b8c5850..0090209 100644
--- a/app/views/users/questions.dryml
+++ b/app/views/users/questions.dryml
@@ -1,11 +1,7 @@
-<% # whole <content:> must be replaced here, not just <content-body:>,
- # because this is User (or Guest) and some parts of <content-body:>
- # expect this to be collection
-%>
-<index-page>
- <content:>
+<show-page>
+ <content-body:>
<repeat with="&this.all_questions">
<card user="&@user"/>
</repeat>
- </content:>
-</index-page>
+ </content-body:>
+</show-page>