mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
2 lines
228 B
Text
2 lines
228 B
Text
= form_for(@track, url: (@track.new_record? ? conference_program_tracks_path(@conference.short_title) : conference_program_track_path(@conference.short_title, @track))) do |f|
|
|
= render partial: 'form_fields', locals: { f: f }
|