<%= f.label :custom_url, t('.custom_url') %> <%= f.text_field :custom_url %>
<%= f.label :label %> <%= f.text_field :label %>
<% if Refinery::Menus.html_attributes %>
<%= f.label :title_attribute %> <%= f.text_field :title_attribute %>
<%= f.label :id_attribute, t('id_attribute', :scope => 'refinery.menus.admin.menu_links') %> <%= f.text_field :id_attribute %>
<%= f.label :class_attribute %> <%= f.text_field :class_attribute %>
<% end %>