commit | e78e25876fe4e12e8394953665cba2391aacbd68 | [log] [tgz] |
---|---|---|
author | Michael Davis <michael.s.davis@ibm.com> | Mon Jul 31 18:21:40 2017 -0500 |
committer | Iftekharul Islam <iffy.ryan@ibm.com> | Wed Sep 27 11:47:35 2017 -0500 |
tree | 340a812c9ba7b2e0a3b01aba031ca617b6d16f92 | |
parent | 6d80accf361ab99741c1a96579b7df231f39241b [diff] |
account manager page: removed cancel button based on feedback. There is no action to cancel. Change-Id: I6df7725af4c1575d4959602361a0c58259e0d09e Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
diff --git a/app/users/controllers/user-accounts-controller.html b/app/users/controllers/user-accounts-controller.html index b03c42d..e6113be 100644 --- a/app/users/controllers/user-accounts-controller.html +++ b/app/users/controllers/user-accounts-controller.html
@@ -35,7 +35,6 @@ </fieldset> <div class="user-manage__submit-wrapper"> <button class="btn-primary inline">Save password</button> - <button class="btn-secondary inline">Cancel</button> </div> </form> </section>