metamaps--metamaps/views/maps/_newsynapse.html.erb

4 lines
148 B
Plaintext
Raw Normal View History

2018-03-04 02:25:42 +00:00
{ form_for Synapse.new, url: synapses_url, remote: true do |form| }
{ form.text_field :desc, :placeholder => "describe the connection..." }
{ end }