3 lines
148 B
Text
3 lines
148 B
Text
{ form_for Synapse.new, url: synapses_url, remote: true do |form| }
|
|
{ form.text_field :desc, :placeholder => "describe the connection..." }
|
|
{ end }
|