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

4 lines
159 B
Plaintext
Raw Normal View History

2014-08-10 17:06:58 +00:00
<%= form_for Synapse.new, url: synapses_url, remote: true do |form| %>
<%= form.text_field :desc, :placeholder => "describe the connection..." %>
<% end %>