From c9fbf845f1844162f05924f5a4c27ed460a44a01 Mon Sep 17 00:00:00 2001 From: Mojca Lorber Date: Thu, 29 Sep 2016 14:37:29 +0200 Subject: [PATCH] Remove Info tab and change comment title --- app/assets/stylesheets/extend/bootstrap.scss | 4 + app/views/step_comments/_index.html.erb | 4 +- app/views/steps/_step.html.erb | 173 +++++++++---------- 3 files changed, 89 insertions(+), 92 deletions(-) diff --git a/app/assets/stylesheets/extend/bootstrap.scss b/app/assets/stylesheets/extend/bootstrap.scss index d687e49d8..151ce3110 100644 --- a/app/assets/stylesheets/extend/bootstrap.scss +++ b/app/assets/stylesheets/extend/bootstrap.scss @@ -49,3 +49,7 @@ padding-right: 15px; position: relative; } + +.step-comment .col-xs-12 { + float: none; +} diff --git a/app/views/step_comments/_index.html.erb b/app/views/step_comments/_index.html.erb index de39b3560..9a8035cba 100644 --- a/app/views/step_comments/_index.html.erb +++ b/app/views/step_comments/_index.html.erb @@ -1,5 +1,7 @@
-
<%= t('protocols.steps.comments_tab') %>
+
+ <%= t('protocols.steps.comments_tab') %> +