<%= form_for(event, url: publish_event_path(event)) do |f| %>

Publish Event <%= event.event_id %>

<% if not event.published %>
WARNING: This event has unpublished modifications. Select the publish button below to publish these changes to associated vens.
<% end %> <%= f.submit "Publish Event", class: 'btn btn-success' %>
<% end %>