module OrchardAdminComponents
  class ProjectInfoPage < BasePage
    page_url "/cont_mgmt/edit_ex_release.php"

    div(:project_info_panel, class: "OAProjectInfo")
    div(:project_info_panel_header, class: "OAProjectInfo-panel-header")
    div(:project_info_panel_note, class: "OAProjectInfo-privacy-note")
    div(:project_info_panel_info, class: "OAProjectInfo-project-info")
    div(:project_info_panel_highlights, class: "OAProjectInfo-project-highlights")
  end
end
