% content_for :subnav_items do %> <%= render 'subnav_item', link_text: 'Status', destination_path: data_export_status_path %> <%= render 'subnav_item', link_text: 'Export', destination_path: data_export_export_csv_path %> <% end %>