Files
codeocean/app/views/application/help.html.slim
2015-12-01 11:09:37 +01:00

7 lines
271 B
Plaintext

- unless local_assigns[:modal]
h1 = t('shared.help.headline')
- if local_assigns.has_key?(:execution_environment)
h2 = t('shared.help.execution_environment_specific_help', execution_environment: execution_environment)
= render_markdown(execution_environment.help)