Debug element was left in the code
This commit is contained in:
parent
35595fad7a
commit
a087109229
@ -1,6 +1,5 @@
|
|||||||
= form_for @event,
|
= form_for @event,
|
||||||
url: { action: @event.new_record? ? :create : :update } do |f|
|
url: { action: @event.new_record? ? :create : :update } do |f|
|
||||||
= @event.full_address
|
|
||||||
- if @event.persisted?
|
- if @event.persisted?
|
||||||
= f.hidden_field :lock_version
|
= f.hidden_field :lock_version
|
||||||
- unless @moderation
|
- unless @moderation
|
||||||
|
Loading…
Reference in New Issue
Block a user