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

13 lines
291 B
Plaintext
Raw Normal View History

2011-03-11 16:30:02 +00:00
%h1= t('layout.repositories.new_header')
= form_for [@platform, @repository] do |f|
%p
= f.label :name
= f.text_field :name
%p
= f.label :unixname
= f.text_field :unixname
%p
= f.submit t('layout.create')
2011-03-11 16:32:27 +00:00
= link_to t('layout.cancel'), platform_path(@platform)
2011-03-11 16:30:02 +00:00