format code
This commit is contained in:
parent
9cc3435af6
commit
d800acdee6
|
@ -41,23 +41,14 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
<div class="container min-height">
|
<div class="container min-height">
|
||||||
|
|
||||||
<div ng-if="$ctrl.error" class="alert alert-danger" role="alert">
|
<div ng-if="$ctrl.error" class="alert alert-danger" role="alert">
|
||||||
<p>
|
<p><strong>Sorry, there was a problem. </strong></p>
|
||||||
<strong>Sorry, there was a problem. </strong>
|
<p> {{$ctrl.error}} </p>
|
||||||
</p>
|
<p> Make sure the backend works corrently using the developer tools of your web browser. </p>
|
||||||
<p>
|
|
||||||
{{$ctrl.error}}
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
Make sure the backend works corrently using the developer tools of your web browser.
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<p ng-if="!$ctrl.username">
|
<p ng-if="!$ctrl.username">
|
||||||
Use the buttons above to create a new inbox, or open a specific mailbox.
|
Use the buttons above to create a new inbox, or open a specific mailbox.
|
||||||
</p>
|
</p>
|
||||||
|
@ -76,7 +67,6 @@
|
||||||
<div ng-if="$ctrl.username" ng-repeat="mail in $ctrl.mails | orderBy:'-date' track by $index"
|
<div ng-if="$ctrl.username" ng-repeat="mail in $ctrl.mails | orderBy:'-date' track by $index"
|
||||||
class="email-table">
|
class="email-table">
|
||||||
|
|
||||||
<!-- email -->
|
|
||||||
<section class="email">
|
<section class="email">
|
||||||
<div class="row sticky-header" ec-stickyfill>
|
<div class="row sticky-header" ec-stickyfill>
|
||||||
<div class="col-sm-12 email-summary">{{mail.subject}}</div>
|
<div class="col-sm-12 email-summary">{{mail.subject}}</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user