<% content_for :tabbar_title do %> New Project <% end %>
<%= simple_form_for [@organization, @project] do |f| %> <%= f.input :name, required: false %> <%= f.input :location, required: false %> <%= f.input :description, required: false %> <%= f.button :submit, class: "small button radius right" %> <% end %>