Skip to content

Commit

Permalink
#15 "Remove account coming up" -info
Browse files Browse the repository at this point in the history
  • Loading branch information
simison committed Nov 18, 2014
1 parent 40914a3 commit a525dda
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h2>Account Settings</h2>
</div>

<br><br>

<!-- Email -->
<div class="row">

Expand Down Expand Up @@ -120,6 +120,10 @@ <h4 class="text-danger">Remove your account</h4>
</div>
<div class="col-xs-offset-2 col-xs-8 col-sm-offset-0 col-sm-6 col-md-4 col-lg-3">

<div class="form-group">
<em>Feature coming up. <a ui-sref="contact">Contact us</a> if you need your account to be removed.</em>
</div>
<!--
<div class="form-group">
<label for="removal-confirm">
<input type="checkbox" id="removal-confirm" ng-model="removalConfirm">
Expand All @@ -129,6 +133,7 @@ <h4 class="text-danger">Remove your account</h4>
<div class="form-group">
<button class="btn btn-danger" ng-click="removeUser();">Yes, remove my account permanently</button>
</div>
-->

</div>
</div>
Expand Down

0 comments on commit a525dda

Please sign in to comment.