From ea305b356aeab9ed539fc16f1cecccb54afe62d0 Mon Sep 17 00:00:00 2001 From: zmagod Date: Tue, 11 Oct 2016 09:10:12 +0200 Subject: [PATCH] fixes protocol steps [fixes SCI-548] --- app/views/steps/_step.html.erb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/views/steps/_step.html.erb b/app/views/steps/_step.html.erb index 00ae5e601..ba6ed12a8 100644 --- a/app/views/steps/_step.html.erb +++ b/app/views/steps/_step.html.erb @@ -31,8 +31,6 @@
- <% if @protocol.in_module? %> -
<% if step.description.blank? %> <%= t("protocols.steps.no_description") %> @@ -126,8 +124,6 @@
<% end %> - - <% end %>