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

4 lines
156 B
Plaintext
Raw Normal View History

2016-02-03 13:38:41 +00:00
<%= form_for Synapse.new, url: synapses_url, remote: true do |form| %>
<%= form.text_field :desc, :placeholder => "describe the connection..." %>
<% end %>