app/views/attendees/new.html.erb in event_calendar_engine-0.1.0 vs app/views/attendees/new.html.erb in event_calendar_engine-0.1.1
- old
+ new
@@ -8,6 +8,6 @@
:collection => participants
} %>
<% end %>
<% end %>
<%= form.submit %>
-<% end %>
+<% end if has_authorization?(:add_attendees, @event) %>