Commit 8161a094 by Torkel Ödegaard

ux(password): minor fix for change password page

parent 0cb68b86
......@@ -13,7 +13,7 @@
<span class="icon-circle top-nav-icon">
<i ng-class="ctrl.icon"></i>
</span>
<a ng-href="{{ctl.titleUrl}}" class="top-nav-title">
<a ng-href="{{ctrl.titleUrl}}" class="top-nav-title">
{{ctrl.title}}
</a>
<i ng-show="ctrl.subnav" class="top-nav-breadcrumb-icon fa fa-angle-right"></i>
......
<topnav title="Profile" title-url="profile" icon="fa fa-user" subnav="true">
<navbar title="Profile" title-url="profile" icon="fa fa-fw fa-user" subnav="true">
<ul class="nav">
<li class="active"><a href="profile/password">Change password</a></li>
</ul>
</topnav>
</navbar>
<div class="page-container">
<div class="page">
......@@ -47,7 +47,11 @@
</div>
<br>
<button type="submit" class="pull-right btn btn-success" ng-click="changePassword()">Change Password</button>
<div class="pull-right">
<button type="submit" class="btn btn-success" ng-click="changePassword()">Change Password</button>
&nbsp;
<a class="btn btn-inverse" href="profile">Cancel</a>
</div>
</form>
</div>
......
<topnav title="Account" title-url="profile" icon="fa fa-fw fa-user">
</topnav>
<navbar title="Profile" title-url="profile" icon="fa fa-fw fa-user">
</navbar>
<div class="page-container">
<div class="page-wide">
<h1>Account & Preferences</h1>
<h1>Profile & Preferences</h1>
<section class="simple-box">
<h3 class="simple-box-header">Preferences</h3>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment