From 8683067acef489974ff77b7001f9723a8490932d Mon Sep 17 00:00:00 2001 From: cmrd Senya Date: Wed, 24 Feb 2016 13:44:04 +0300 Subject: [PATCH] Remove #publisher_photo_upload from haml It seems like #publisher_photo_upload is relict of blueprint. It was removed from CSS in 0c7d319fdc31ea6de8c6f30ae7badf89c9d5aef8 and probably was unused even before. So remove it from publishers. --- app/views/photos/_new_profile_photo.haml | 2 -- app/views/publisher/_publisher.html.haml | 2 -- app/views/publisher/_publisher.mobile.haml | 2 -- 3 files changed, 6 deletions(-) diff --git a/app/views/photos/_new_profile_photo.haml b/app/views/photos/_new_profile_photo.haml index 77808b588..99dd7163a 100644 --- a/app/views/photos/_new_profile_photo.haml +++ b/app/views/photos/_new_profile_photo.haml @@ -69,5 +69,3 @@ %p #fileInfo - - #publisher_photo_upload diff --git a/app/views/publisher/_publisher.html.haml b/app/views/publisher/_publisher.html.haml index 4bd6934f5..c6ed2f83e 100644 --- a/app/views/publisher/_publisher.html.haml +++ b/app/views/publisher/_publisher.html.haml @@ -73,6 +73,4 @@ = link_to "", contacts_path(aspect_ids: aspect_ids), class: "selected_contacts_link hidden" - #publisher_photo_upload - = render "shared/public_explain" diff --git a/app/views/publisher/_publisher.mobile.haml b/app/views/publisher/_publisher.mobile.haml index 12afbc3df..8040a152d 100644 --- a/app/views/publisher/_publisher.mobile.haml +++ b/app/views/publisher/_publisher.mobile.haml @@ -37,5 +37,3 @@ id: "submit_new_message", data: {"disable-with" => t("shared.publisher.posting")} .clearfix - - #publisher_photo_upload