1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-02 20:15:26 +02:00

Make Login action more prominent

Closes #247
This commit is contained in:
Harvey Kandola 2019-05-20 15:21:33 +01:00
parent 62c3cd03ad
commit 14f313a836
25 changed files with 499 additions and 358 deletions

View file

@ -1,11 +1,26 @@
{{#layout/master-sidebar}}
{{/layout/master-sidebar}}
<Layout::MasterNavigation />
<Layout::MasterToolbar />
{{#layout/master-content}}
{{layout/logo-heading
title=session.user.fullname
desc="Manage you profile and password"
icon=constants.Icon.Person}}
<Layout::Grid::Container>
<Layout::Grid::Sidebar>
<div class="sidebar-content">
<div class="section">
<div class="title">PROFILE</div>
<div class="text">
Set your personal information or reset your password.
</div>
<div class="text">
Have a product idea, suggestion or some feedback? <a href="mailto:support@documize.com">Get in touch.</a>
</div>
</div>
</div>
</Layout::Grid::Sidebar>
<Layout::Grid::Content>
{{layout/logo-heading
title=session.user.fullname
desc="Manage your profile and password"
icon=constants.Icon.Person}}
{{user/user-profile model=model save=(action "save")}}
{{/layout/master-content}}
{{user/user-profile model=model save=(action "save")}}
</Layout::Grid::Content>
</Layout::Grid::Container>