Skip to content

Commit

Permalink
#7 Hide FB/upload images for now
Browse files Browse the repository at this point in the history
  • Loading branch information
simison committed Nov 20, 2014
1 parent 54ef44c commit f289295
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions public/modules/users/views/profile/edit-profile.client.view.html
Original file line number Diff line number Diff line change
Expand Up @@ -220,10 +220,13 @@ <h4>Edit hosting status from profile view.</h4>
</label>
</div>
</div>

<!--
<div class="row text-center">

<div class="col-xs-5 col-xs-offset-1">

<!-- When connected to FB-->
!-- When connected to FB--
<label for="avatar-source-facebook" ng-if="isConnectedSocialAccount('facebook')">
<div tr-avatar data-user="user" data-size="144" data-link="false" data-source="facebook"></div>
<div class="avatar-source-label">
Expand All @@ -232,7 +235,7 @@ <h4>Edit hosting status from profile view.</h4>
</div>
</label>

<!-- When NOT connected to FB-->
!-- When NOT connected to FB--
<label for="avatar-source-facebook" ng-if="!isConnectedSocialAccount('facebook')">
<a href="/auth/facebook" class="avatar-source-link">
<div tr-avatar data-size="144" data-link="false" data-source="none"></div>
Expand All @@ -244,6 +247,7 @@ <h4>Edit hosting status from profile view.</h4>
</div>
</label>
</div>

<div class="col-xs-5">
<label for="avatar-source-upload">
<a href="#" class="avatar-source-link">
Expand All @@ -256,7 +260,9 @@ <h4>Edit hosting status from profile view.</h4>
</div>
</label>
</div>

</div>
-->

</div>
<div class="modal-footer">
Expand Down

0 comments on commit f289295

Please sign in to comment.