metamaps--metamaps/app/views/maps/_newsynapse.html.erb
2016-02-05 11:43:15 +08:00

4 lines
156 B
Plaintext

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