Remove #publisher_photo_upload from haml
It seems like #publisher_photo_upload is relict of blueprint.
It was removed from CSS in 0c7d319fdc and
probably was unused even before. So remove it from publishers.
This commit is contained in:
parent
5e02dd0864
commit
8683067ace
3 changed files with 0 additions and 6 deletions
|
|
@ -69,5 +69,3 @@
|
|||
|
||||
%p
|
||||
#fileInfo
|
||||
|
||||
#publisher_photo_upload
|
||||
|
|
|
|||
|
|
@ -73,6 +73,4 @@
|
|||
|
||||
= link_to "", contacts_path(aspect_ids: aspect_ids), class: "selected_contacts_link hidden"
|
||||
|
||||
#publisher_photo_upload
|
||||
|
||||
= render "shared/public_explain"
|
||||
|
|
|
|||
|
|
@ -37,5 +37,3 @@
|
|||
id: "submit_new_message",
|
||||
data: {"disable-with" => t("shared.publisher.posting")}
|
||||
.clearfix
|
||||
|
||||
#publisher_photo_upload
|
||||
|
|
|
|||
Loading…
Reference in a new issue