<%= f.label :name, "Name" %> <%= f.text_field :name, :class => 'text' %>

<%= f.label :description, "Description" %> <%= f.text_field :description, :class => 'text' %>

<%= f.label "content_zh_tw", "Content (zh_tw)" %> <%= f.text_area "content_zh_tw", :size => '100x30' %>

Edit english

<%= f.label "content_en", "Content (en)" %> <%= f.text_area "content_en", :size => '100x30' %>

<% content_for :page_specific_javascript do %> <% end -%>