merged qa into codeocean

This commit is contained in:
Nicholas Wittstruck
2015-03-27 22:08:53 +01:00
22 changed files with 267 additions and 95 deletions

View File

@ -34,6 +34,12 @@ html lang='en'
.container data-controller=controller_name
= render('breadcrumbs')
= render('flash')
= yield
- if (controller_name == "exercises" && action_name == "implement")
.container-fluid
= yield
- else
.container
= yield
- template_variables = {execution_environment: @exercise.execution_environment} if action_name == 'implement'
= render('shared/modal', classes: 'modal-lg', id: 'modal-help', template: 'application/help', template_variables: template_variables, title: t('shared.help.headline'))