rosa-build/app/views/projects/new.html.haml

9 lines
218 B
Plaintext

%h1= t('layout.projects.new')
= form_for [@platform, @project] do |f|
%p
= f.label :name
= f.text_field :name
%p
= f.submit t('layout.create')
= link_to t('layout.cancel'), platform_path(@platform)