Skip to content
Merged
Changes from 5 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
2 changes: 1 addition & 1 deletion app/templates/events/view.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{#if (or (eq session.currentRouteName 'events.view.index') (eq session.currentRouteName 'events.view.export'))}}
{{#if (eq model.state 'draft')}}
{{#if (and (eq model.state 'draft') (unverified-user-message))}}
Copy link
Member

Choose a reason for hiding this comment

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

Can you please provide a GIF showing this change?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Can you please provide a GIF showing this change?

ezgif com-gif-maker (2)
it's working fine .

<div class="ui grid stackable">
<div class="row">
<div class="sixteen wide column">
Expand Down