14 lines
539 B
Plaintext
14 lines
539 B
Plaintext
|
.block
|
||
|
.secondary-navigation
|
||
|
%ul.wat-cf
|
||
|
%li.first= link_to t("layout.platforms.list"), platforms_path
|
||
|
%li= link_to t("layout.platforms.new"), new_platform_path
|
||
|
%li.active= link_to t("layout.platforms.edit"), edit_platform_path
|
||
|
.content
|
||
|
%h2.title
|
||
|
= t("layout.platforms.edit_header")
|
||
|
.inner
|
||
|
= form_for @platform, :url => platform_path(@platform), :html => { :class => :form } do |f|
|
||
|
= render :partial => "form", :locals => {:f => f}
|
||
|
- content_for :sidebar, render(:partial => 'sidebar')
|