Skip to content

Allow user to remove main image for article or profile

Larissa Reis requested to merge larissa/noosfero:remove-article-images into master

Right now if you add an image for a profile or an article, you can change the image but you can't remove it. With this patch the user can remove a profile's or article's image just like the user removes a blog's cover image. To achieve that, this patch makes the removal mechanism part of the #file_field_or_thumbnail helper.

Merge request reports