Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3067 Rev 3068
Línea 153... Línea 153...
153
            <div className={styles.profile_info_header_imgContainer}>
153
            <div className={styles.profile_info_header_imgContainer}>
154
              <img src={image} className="object-fit-contain" style={{ maxHeight: '100px' }} alt="group image" />
154
              <img src={image} className="object-fit-contain" style={{ maxHeight: '100px' }} alt="group image" />
155
            </div>
155
            </div>
156
          )
156
          )
157
        }
157
        }
158
        <div className={image ? 'col-md-9 d-flex flex-column justify-content-center align-items-start p-0' : 'col-md-12 ' + ' col-sm-12 col-12'}>
158
        <div className={image ? 'col-md-8 d-flex flex-column justify-content-center align-items-start' : 'col-md-12 ' + ' col-sm-12 col-12'}>
159
          <h3 className={status ? '' : "w-100 text-left" + ' w-100'}>
159
          <h3 className={status ? '' : "w-100 text-left" + ' w-100'}>
160
            {name}
160
            {name}
161
          </h3>
161
          </h3>
162
          {
162
          {
163
            isTopData
163
            isTopData
Línea 189... Línea 189...
189
                  </a>
189
                  </a>
190
                </li>
190
                </li>
191
              }
191
              }
192
            </ul>
192
            </ul>
193
          }
193
          }
194
          {
-
 
195
            status
-
 
196
            &&
-
 
197
            <h4 style={{ position: 'relative' }}>
-
 
198
              {status}
-
 
199
            </h4>
-
 
200
          }
-
 
201
        </div>
194
        </div>
-
 
195
        {
-
 
196
          status
-
 
197
          &&
-
 
198
          <h4 className="col-sm-12 d-flex justify-content-center align-items-center">
-
 
199
            {status}
-
 
200
          </h4>
-
 
201
        }
202
      </div>
202
      </div>
203
      <hr />
203
      <hr />
204
      <ul>
204
      <ul>
205
        {
205
        {
206
          link_view && !isTopData && (
206
          link_view && !isTopData && (