Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 2348 | Rev 2522 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 2348 Rev 2403
Línea 86... Línea 86...
86
 
86
 
87
  return (
87
  return (
88
    <section className="companies-info" style={{ position: "relative" }}>
88
    <section className="companies-info" style={{ position: "relative" }}>
89
      <div className="container">
89
      <div className="container">
90
        <SearchList
90
        <SearchList
91
          title="Que he guardado"
91
          title="Empleos guardados"
92
          fetchCallback={fetchSavedJobs}
92
          fetchCallback={fetchSavedJobs}
93
        />
93
        />
94
        <div
94
        <div
95
          className="companies-list"
95
          className="companies-list"
Línea 117... Línea 117...
117
                  status={employment_type}
117
                  status={employment_type}
118
                  link_view={link_view}
118
                  link_view={link_view}
119
                  link_delete={link_remove}
119
                  link_delete={link_remove}
120
                  fetchCallback={fetchSavedJobs}
120
                  fetchCallback={fetchSavedJobs}
121
                  btnAcceptTitle='Ver oferta'
121
                  btnAcceptTitle='Ver oferta'
122
                  btnCancelTitle='Quitar aplicación'
122
                  btnCancelTitle='Eliminar'
123
                />
123
                />
124
                // <SavedJob
124
                // <SavedJob
125
                //   title={title}
125
                //   title={title}
126
                //   employment_type={employment_type}
126
                //   employment_type={employment_type}
127
                //   last_date_of_application={last_date_of_application}
127
                //   last_date_of_application={last_date_of_application}