Sha256: 058b8dcebf68f8006677a0627313bf16a9dc6214b5da59d0f605fb9d3c1d340a
Contents?: true
Size: 812 Bytes
Versions: 1
Compression:
Stored size: 812 Bytes
Contents
#account h1 | {{ :: 'nav.my_account' | translate }} .well div ng-hide="editing" dl dt | {{ :: 'account.email' | translate }} dd | {{user.email}} dt | {{ :: 'account.password' | translate }} dd ••••••• .clearfix .pull-right a.btn.btn-primary.btn-lg(ng-click="edit()") span.glyphicon.glyphicon-edit | | {{ :: 'crud.edit' | translate }} div ng-show="editing" div ng-include="'account/edit.html'" .clearfix ng-include="'credit_cards/index.html'" ng-controller="CreditCardListCtrl" .clearfix ng-include="'addresses/index.html'" ng-controller="AddressListCtrl" .clearfix ng-include="'orders/index.html'" ng-controller="OrderListCtrl"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sprangular-0.1.0 | app/assets/templates/account/show.html.slim |