13 lines
342 B
Text
13 lines
342 B
Text
-# Copyright (c) 2010, 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
|
|
= form.file_field :image
|
|
|
|
%p
|
|
\...or select one from your already existing
|
|
= link_to 'photos', person_photos_path(@person)
|
|
\.
|