%#
# @file
# This file contains code for rendering a new topic form.
# It's called from the show topic / radial view pages
#%>
<%= form_for Topic.new, url: topics_url, remote: true do |form| %>
<%= form.text_field :name, :maxlength => 140, :placeholder => "title..." %>
<% end %>