Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 2390 Rev 2393
Línea 152... Línea 152...
152
            <div className={styles.profile_info_header_imgContainer}>
152
            <div className={styles.profile_info_header_imgContainer}>
153
              <img src={image} className="object-fit-contain" style={{ maxHeight: '100px' }} alt="group image" />
153
              <img src={image} className="object-fit-contain" style={{ maxHeight: '100px' }} alt="group image" />
154
            </div>
154
            </div>
155
          )
155
          )
156
        }
156
        }
157
        <div className={image ? 'col-md-8 d-flex flex-column justify-content-center align-items-start' : 'col-md-12 ' + ' col-sm-12 col-12'}>
157
        <div className={image ? 'col-md-8 d-flex flex-column justify-content-end align-items-start px-2' : 'col-md-12 ' + ' col-sm-12 col-12'}>
158
          <h3 className={status ? '' : "w-100 text-start" + ' w-100'}>
158
          <h3 className={status ? '' : "w-100 text-start mb-2" + ' w-100'}>
159
            {name}
159
            {name}
160
          </h3>
160
          </h3>
161
          {
161
          {
162
            isTopData
162
            isTopData
163
            &&
163
            &&
Línea 320... Línea 320...
320
        {
320
        {
321
          link_block &&
321
          link_block &&
322
          <li>
322
          <li>
323
            <a
323
            <a
324
              href="#"
324
              href="#"
325
              className="btn btn-tertiary"
325
              className="btn btn-primary"
326
              onClick={(e) => {
326
              onClick={(e) => {
327
                e.preventDefault();
327
                e.preventDefault();
328
                handleBlockConfirmationBox();
328
                handleBlockConfirmationBox();
329
              }}
329
              }}
330
            >
330
            >
Línea 368... Línea 368...
368
          link_cancel
368
          link_cancel
369
          &&
369
          &&
370
          <li>
370
          <li>
371
            <a
371
            <a
372
              href="#"
372
              href="#"
373
              className="btn btn-tertiary"
373
              className="btn btn-primary"
374
              onClick={(e) => {
374
              onClick={(e) => {
375
                e.preventDefault();
375
                e.preventDefault();
376
                handleCancelConfirmationBox();
376
                handleCancelConfirmationBox();
377
              }}
377
              }}
378
            >
378
            >