By Sails.js Tech Brasil

Copie o código fonte desta página e cole no seu Projeto Sails (arquivo \views\pages\account-overview.ejs)


<%=__('My account')%>


<%=__('Personal information')%>

<%=__('Name')%>:
{{me.fullName}}
<%=__('Email')%>:
{{me.emailChangeCandidate ? me.emailChangeCandidate : me.emailAddress}} <%=__('Unverified')%>

<%=__('Password')%>

<%=__('Password')%>:
••••••••••

<%=__('Billing')%>

<%=__('Credit card')%>:
{{me.billingCardBrand}} <%=__('Ending in')%> {{me.billingCardLast4}} <%=__('Remove')%>
<%=__('Expiration')%>:
{{me.billingCardExpMonth}}/{{me.billingCardExpYear}}
<%=__('There was an error updating your credit card information')%>, <%=__('Global.or')%> <%=__('Contact support')%> <%=__('If the error persists')%>.
<%=__('You have not linked a payment source to your account')%>
<% /* Modify Card Info Modal */ %> <% /* Confirm Remove Card Info Modal */ %>
<%- /* Expose locals as `window.SAILS_LOCALS` :: */ exposeLocalsToBrowser() %>
Para saber mais:
Início