1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-28 09:39:42 +02:00
documize/gui/app/pods/profile/template.hbs

25 lines
721 B
Handlebars
Raw Normal View History

<Layout::MasterNavigation />
<Layout::MasterToolbar />
2017-11-28 10:06:39 +00:00
<Layout::Grid::Container>
<Layout::Grid::Sidebar>
<div class="sidebar-content">
<div class="section">
2022-03-04 13:28:36 -05:00
<div class="title">{{localize 'profile'}}</div>
<div class="text">{{localize 'profile_explain'}}</div>
<div class="text">
2022-03-04 13:28:36 -05:00
{{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
2022-03-04 13:28:36 -05:00
desc=(localize 'profile_explain')
icon=constants.Icon.Person}}
2017-11-28 11:32:14 +00:00
{{user/user-profile model=model save=(action "save")}}
</Layout::Grid::Content>
</Layout::Grid::Container>