Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
style on user profile edit page
Browse files Browse the repository at this point in the history
  • Loading branch information
shirishgoyal committed Feb 24, 2017
1 parent 3b3147c commit bdffd4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions static/templates/user/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@
</md-toolbar>
<div class="md-padding" layout-margin ng-cloak="">
<div layout="row" layout-align="start start">
<div layout="column" layout-align="start" flex="40">
<div layout-align="start" flex="40">
<!--img ng-src="{{ vm.user.picture || '/static/images/ic_account_circle_black_48dp.png' }}"
alt="Profile" style="max-width: 192px"-->

<p class="md-display-1 md-margin-0">{{ vm.user.user.first_name }} {{ vm.user.user.last_name }}</p>

<p>Member since {{ vm.user.created_at | date:'MMM dd, yyyy' }}</p>
</div>
<div class="layout-column" flex="" ng-show="vm.user">
<div flex="" ng-show="vm.user">
<md-list ng-hide="vm.edit">
<div class="md-no-sticky">Profile</div>
<!--md-list-item ng-show="vm.user.job_title">
Expand Down Expand Up @@ -94,7 +94,7 @@
<span style="margin-top:0;margin-bottom:0;">{{ financial_account.balance | currency:"$" }}</span>
</md-list-item>
</md-list-->
<div ng-if="vm.edit || vm.awsAccountEdit" layout="column" layout-align="start" class="md-padding" flex>
<div ng-if="vm.edit || vm.awsAccountEdit" class="md-padding" flex>
<form ng-if="vm.edit">
<div layout="column">
<div layout="row">
Expand Down

0 comments on commit bdffd4d

Please sign in to comment.