New Info

<%= form_for @info, url: info_index_path do |f|%> <%= f.text_field :title, placeholder: "Title" %> <%= f.text_area :content, placeholder: "Text", input_html: {class: "full-width vertical"} %>

<%= f.submit "Create Info", class: "btn blue left" %>

<% end %>