1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 15:49:44 +02:00
documize/gui/app/pods/profile/template.hbs
2022-03-04 13:28:36 -05:00

24 lines
721 B
Handlebars

<Layout::MasterNavigation />
<Layout::MasterToolbar />
<Layout::Grid::Container>
<Layout::Grid::Sidebar>
<div class="sidebar-content">
<div class="section">
<div class="title">{{localize 'profile'}}</div>
<div class="text">{{localize 'profile_explain'}}</div>
<div class="text">
{{localize 'product_feedback'}} <a href="mailto:support@documize.com">{{localize 'get_in_touch'}}</a>
</div>
</div>
</div>
</Layout::Grid::Sidebar>
<Layout::Grid::Content>
{{layout/logo-heading
title=session.user.fullname
desc=(localize 'profile_explain')
icon=constants.Icon.Person}}
{{user/user-profile model=model save=(action "save")}}
</Layout::Grid::Content>
</Layout::Grid::Container>