metamaps--metamaps/views/maps/_newsynapse.html.erb
2018-03-03 21:25:54 -05:00

4 lines
148 B
Plaintext

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