index.html.erb 371 B

1234567891011
  1. <% content_for :subnav_items do %>
  2. <%= render 'application/menu_item_subnav_groups/vtn_config_subnav_items' %>
  3. <% end %>
  4. <%= generate_notice notice %>
  5. <%= generate_error flash[:error] %>
  6. <%= generate_list(@emix_units, EmixUnit, "Units",
  7. [:unit_type_id, :units, :description],
  8. new_emix_unit_path,
  9. "Create Unit") %>