<%= flash_messages %> <%= f.error_messages %> <%= f.hidden_field :parent, :value => (@item.parent.id rescue nil) %> <%= f.label :name, content_tag(:i, nil, :class => "icons-star") + t(:name) %> <%= f.text_field :name, class: 'input-xlarge', placeholder: t(:name) %> <%= I18n.t("front_page.name_field_helper") %> <%= f.label :url, t(:url) %> <%= f.text_field :url, :class => 'input-xlarge', placeholder: t(:url) %> <%= f.fields_for :title_translations do |f| %> <% @site_in_use_locales.each do |locale| %> <%= f.label :locale, "#{t(:title)} #{I18nVariable.from_locale(locale)}" %> <%= f.text_field locale, class: 'input-xlarge', placeholder: "#{t(:title)} #{I18nVariable.from_locale(locale)}", value: (@item.title_translations[locale] rescue nil) %> <% end %> <% end %> <%= f.label :is_published, "#{t('front_page.is_published')} ?" %>

<%= f.label :menu_enabled_for, "#{t('front_page.menu_enable_lang')}:" %>

<% @site_in_use_locales.each do |valid_locale| %> <% end %> <%= hidden_field_tag 'link[menu_enabled_for][]', '' %>