diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index 5973a89ec..84e16ebe9 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -959,13 +959,6 @@ } } -.image-form { - - .note-marked p { - margin-bottom: 0; - } -} - .investment-project-show .supports, .budget-investment-show .supports { border: 0; diff --git a/app/controllers/direct_uploads_controller.rb b/app/controllers/direct_uploads_controller.rb index 3b0322356..ade7d631f 100644 --- a/app/controllers/direct_uploads_controller.rb +++ b/app/controllers/direct_uploads_controller.rb @@ -46,12 +46,4 @@ class DirectUploadsController < ApplicationController :attachment, :cached_attachment, attachment_attributes: []) end - def set_attachment_container_resource - @container_resource = params[:resource_type] - end - - def find_attachment_container_resource - @uplo = params[:documentable_type].constantize.find_or_initialize_by(id: params[:documentable_id]) - end - end \ No newline at end of file