Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Add account buttons to join more accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
Kentaro Wakayama committed Apr 9, 2014
1 parent 00f3940 commit 56b0c31
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions public/modules/users/views/settings/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,19 @@ <h3 class="col-md-12 text-center">Edit your profile</h3>
</fieldset>
</form>
</div>
<h3 class="col-md-12 text-center">Add an other Account</h3>
<div class="col-md-12 text-center">
<a href="/auth/facebook" ng-disabled="user.facebook" class="undecorated-link btn">
<img src="/modules/users/img/buttons/facebook.png">
</a>
<a href="/auth/twitter" ng-disabled="user.twitter" class="undecorated-link btn">
<img src="/modules/users/img/buttons/twitter.png">
</a>
<a href="/auth/google" ng-disabled="user.google" class="undecorated-link btn">
<img src="/modules/users/img/buttons/google.png">
</a>
<a href="/auth/linkedin" ng-disabled="user.linkedin" class="undecorated-link btn">
<img src="/modules/users/img/buttons/linkedin.png">
</a>
</div>
</section>

0 comments on commit 56b0c31

Please sign in to comment.