Skip to content
Snippets Groups Projects
Commit 7ba1f76e authored by Kiran Rao's avatar Kiran Rao
Browse files

Fix template inconsistency

parent 35e80699
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@
<p>{{{_ "Please_wait_activation"}}}</p>
</header>
{{else}}
{{ > loginServices }}
{{> loginServices }}
{{#if needsValidateEmail}}
<div class="alert error-color error-background error-border">
{{_ "You_need_confirm_email"}}
......
<template name="loginLayout">
<section class="full-page color-tertiary-font-color">
<div class="wrapper">
{{ > loginHeader }}
{{> loginHeader }}
{{> Template.dynamic template=center}}
{{ > loginFooter }}
{{> loginFooter }}
</div>
</section>
</template>
......@@ -9,7 +9,7 @@
</div>
<div class="rooms-list" aria-label="{{_ "Channels"}}" role="region">
<div class="wrapper">
{{ > unreadRooms }}
{{> unreadRooms }}
{{#each roomType}}
{{#if canShowRoomType}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment