From f26d8fdf4cd7c795a8cc749bec1d18f3b134fd1a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fabi=C3=A1n=20Rodr=C3=ADguez?= <fabianrbz@gmail.com>
Date: Mon, 29 Oct 2012 20:50:08 -0200
Subject: [PATCH] remove app/views/people/profile_photo_upload

---
 app/views/people/_profile_photo_upload.html.haml | 14 --------------
 1 file changed, 14 deletions(-)
 delete mode 100644 app/views/people/_profile_photo_upload.html.haml

diff --git a/app/views/people/_profile_photo_upload.html.haml b/app/views/people/_profile_photo_upload.html.haml
deleted file mode 100644
index 4586ff2c24..0000000000
--- a/app/views/people/_profile_photo_upload.html.haml
+++ /dev/null
@@ -1,14 +0,0 @@
--#   Copyright (c) 2010-2011, Diaspora Inc.  This file is
--#   licensed under the Affero General Public License version 3 or later.  See
--#   the COPYRIGHT file.
-
-
-#profile_photo_upload
-  = owner_image_tag(:thumb_medium)
-  = file_field_tag 'profile[image]'
-
-  -if !@aspect.nil? && @aspect != :getting_started 
-    %p
-      \...#{t('photos.new_profile_photo.or_select_one')}
-      = link_to t('_photos'), person_photos_path(@person)
-
-- 
GitLab