From b9e2c52c0ba01a8d61054b6ab7045605c862905d Mon Sep 17 00:00:00 2001 From: JC Date: Mon, 2 Jan 2017 14:16:05 +0100 Subject: [PATCH] Removed left pannel information about notifications in index --- app/assets/stylesheets/left_pannel.scss | 1 + .../_left_panel_backoffice_dossierscontroller_index.html.haml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/left_pannel.scss b/app/assets/stylesheets/left_pannel.scss index 5a5b9f67b..f9b412f2c 100644 --- a/app/assets/stylesheets/left_pannel.scss +++ b/app/assets/stylesheets/left_pannel.scss @@ -35,6 +35,7 @@ } #action-block { text-align: center; + margin: 10px; .action { background-color: #E45B51; text-align: center; diff --git a/app/views/layouts/left_panels/_left_panel_backoffice_dossierscontroller_index.html.haml b/app/views/layouts/left_panels/_left_panel_backoffice_dossierscontroller_index.html.haml index 0f4c5afb3..948d45a84 100644 --- a/app/views/layouts/left_panels/_left_panel_backoffice_dossierscontroller_index.html.haml +++ b/app/views/layouts/left_panels/_left_panel_backoffice_dossierscontroller_index.html.haml @@ -38,4 +38,3 @@ .dossier= notification.decorate.index_display[:dossier] .updated-at= notification.decorate.index_display[:date] = render partial: "layouts/left_panels/type_notif_fa", locals: {notification: notification} - .type= notification.decorate.index_display[:type]