From c848a1dae7207e848efc96ee4cb77fa8293e62ec Mon Sep 17 00:00:00 2001 From: Ralf Teusner Date: Tue, 1 Dec 2015 11:09:37 +0100 Subject: [PATCH] remove general help section --- app/views/application/help.html.slim | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/views/application/help.html.slim b/app/views/application/help.html.slim index 50e72507..22c3f955 100644 --- a/app/views/application/help.html.slim +++ b/app/views/application/help.html.slim @@ -1,9 +1,6 @@ - unless local_assigns[:modal] h1 = t('shared.help.headline') -h2 = t('shared.help.general_help') -== Forgery(:lorem_ipsum).paragraphs(10, html: true) - - if local_assigns.has_key?(:execution_environment) h2 = t('shared.help.execution_environment_specific_help', execution_environment: execution_environment) = render_markdown(execution_environment.help)