Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions app/templates/create.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<div class="ui container">
<div class="ui stackable grid">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will unconditionally show to the user. Where's the logic here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@iamareebjamal It's in unverified-user-message file itself.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@iamareebjamal It's in unverified-user-message file itself.

<div class="sixteen wide column">
{{unverified-user-message}}
</div>
</div>
{{#if model.event.name}}
<h2 class="weight-300">{{t 'Creating'}} <span class="weight-500">{{model.event.name}}</span></h2>
{{else}}
Expand Down