Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3864 Rev 4844
Línea 14... Línea 14...
14
    company_name,
14
    company_name,
15
    title,
15
    title,
16
    url,
16
    url,
17
    followers,
17
    followers,
18
    company_size,
18
    company_size,
-
 
19
    view_common_connection
19
  } = props.entity;
20
  } = props.entity;
20
  
21
 
21
  return (
22
  return (
22
    <div className="post-bar border-gray border-radius">
23
    <div className="post-bar border-gray border-radius">
23
      <div className="post_topbar">
24
      <div className="post_topbar">
24
        <div className="usy-dt d-flex justify-content-start align-items-center">
25
        <div className="usy-dt d-flex justify-content-start align-items-center">
25
          <img src={image} alt="" style={{ maxWidth: '90px' }} />
26
          <img src={image} alt="" style={{ maxWidth: '90px' }} />
Línea 56... Línea 57...
56
                    !company_name && typeof common_connection === 'number' && (
57
                    !company_name && typeof common_connection === 'number' && (
57
                      <p className="com text-gray">
58
                      <p className="com text-gray">
58
                        <i
59
                        <i
59
                          className="fas fa-share-alt"
60
                          className="fas fa-share-alt"
60
                        />
61
                        />
-
 
62
                        {view_common_connection &&
61
                        <small className="ml-2">
63
                          <small className="ml-2">
62
                          {common_connection} comunes
64
                            {common_connection} comunes
63
                        </small>
65
                          </small>
-
 
66
                        }
64
                      </p>
67
                      </p>
65
                    )
68
                    )
66
                  }
69
                  }
67
                </li>
70
                </li>
68
                <li>
71
                <li>