Skip to content

Commit

Permalink
fix: Place unverified user message above the segment in account route
Browse files Browse the repository at this point in the history
Unverified User Message should be above the segment in `account route`
  • Loading branch information
maze-runnar authored and iamareebjamal committed Jan 16, 2020
1 parent 6b3d80d commit 7110e11
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions app/templates/account.hbs
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<div class="ui stackable grid">
<div class="sixteen wide column">
{{unverified-user-message}}
</div>
</div>
<div class="row">
<div class="sixteen wide column">
{{#tabbed-navigation}}
Expand Down
1 change: 0 additions & 1 deletion app/templates/account/profile.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<div class="sixteen wide column">
{{unverified-user-message}}
{{forms/user-profile-form user=model isLoading=isLoading}}
</div>

0 comments on commit 7110e11

Please sign in to comment.