2011-03-31 02:15:17 +01:00
|
|
|
.group
|
|
|
|
= f.label :name, t("activerecord.attributes.repository.name"), :class => :label
|
|
|
|
= f.text_field :name, :class => 'text_field'
|
|
|
|
.group
|
2011-11-28 15:41:42 +00:00
|
|
|
= f.label :description, t("activerecord.attributes.repository.description"), :class => :label
|
|
|
|
= f.text_field :description, :class => 'text_field'
|
2011-03-31 02:15:17 +01:00
|
|
|
|
|
|
|
.group.navform.wat-cf
|
|
|
|
%button.button{:type => "submit"}
|
2012-02-27 23:16:14 +00:00
|
|
|
= image_tag("choose.png", :alt => t("layout.save"))
|
2011-03-31 02:15:17 +01:00
|
|
|
= t("layout.save")
|
|
|
|
%span.text_button_padding= t("layout.or")
|
2011-10-17 15:20:35 +01:00
|
|
|
= link_to t("layout.cancel"), @repositories_path + "#repositories", :class => "text_button_padding link_button"
|
2011-03-31 02:15:17 +01:00
|
|
|
|