<div class="modal" id="export-projects-modal" tabindex="-1" role="dialog" aria-labelledby="export-projects-modal-label"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> <h4 class="modal-title" id="export-projects-modal-label"></h4> </div> <div class="modal-body"> </div> <div class="modal-footer"> <button id="export-projects-modal-close" type="button" class="btn btn-secondary" data-dismiss="modal"><%=t "general.close" %></button> <button id="export-projects-modal-cancel" type="button" class="btn btn-secondary" data-dismiss="modal"><%=t "general.cancel" %></button> <button id="export-projects-modal-submit" type="button" class="btn btn-primary" data-export-projects-submit-url="<%= export_projects_team_path(current_team) %>"> <%=t "projects.export_projects.modal_submit" %> </button> </div> </div> </div> </div>