2012-03-29 19:34:45 +01:00
|
|
|
%h3= title t("layout.platforms.new_header")
|
2012-03-15 22:56:12 +00:00
|
|
|
|
|
|
|
= form_for :platform, :url => platforms_path, :html => { :class => :form } do |f|
|
|
|
|
= render :partial => "form", :locals => {:f => f}
|
|
|
|
|
|
|
|
-#.block
|
2011-03-31 00:10:23 +01:00
|
|
|
.secondary-navigation
|
|
|
|
%ul.wat-cf
|
2012-04-01 16:19:54 +01:00
|
|
|
%li.first= link_to "#{t("layout.platforms.list")}", platforms_path
|
|
|
|
%li.active= link_to "#{t("layout.platforms.new")}", new_platform_path
|
2011-03-31 00:10:23 +01:00
|
|
|
.content
|
|
|
|
%h2.title
|
|
|
|
= t("layout.platforms.new_header")
|
|
|
|
.inner
|
2012-04-01 16:19:54 +01:00
|
|
|
= form_for :platform, :url => platforms_path, :html => { :class => :form } do |f|
|
2011-10-17 15:27:07 +01:00
|
|
|
= render :partial => "form", :locals => {:f => f}
|