Skip to content

Commit

Permalink
feat: implement publish-unpublish pop up for mobile devices (#4669)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 authored Jul 30, 2020
1 parent 3b7edbb commit e603810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/events/view.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</a>
<button
class="ui button {{if (eq this.model.state 'published') 'orange' 'green'}}"
{{action 'togglePublishState'}}
{{action 'openConfirmModal'}}
data-tooltip="{{if (eq this.model.state 'published') 'Unpublish' 'Publish'}}"
data-position="top left"
>
Expand Down

1 comment on commit e603810

@vercel
Copy link

@vercel vercel bot commented on e603810 Jul 30, 2020

Choose a reason for hiding this comment

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

Please sign in to comment.