Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 12289 Rev 12291
Línea 86... Línea 86...
86
											&&
86
											&&
87
											<label
87
											<label
88
												className='d-flex align-items-center'
88
												className='d-flex align-items-center'
89
												onClick={() => {
89
												onClick={() => {
90
													setActionLink(add_link)
90
													setActionLink(add_link)
91
													setModalToShow('add')
91
													setModalToShow('evaluations/add')
92
												}}
92
												}}
93
												style={{ cursor: 'pointer' }}
93
												style={{ cursor: 'pointer' }}
94
											>
94
											>
95
												<i className="fa fa-plus mr-2" />
95
												<i className="fa fa-plus mr-2" />
96
												Agregar
96
												Agregar
Línea 144... Línea 144...
144
															{item.supervisor}
144
															{item.supervisor}
145
															<button
145
															<button
146
																className="btn btn-info btn-sm"
146
																className="btn btn-info btn-sm"
147
																onClick={() => {
147
																onClick={() => {
148
																	setActionLink(item.actions.link_superviser)
148
																	setActionLink(item.actions.link_superviser)
149
																	history.push('superviser')
149
																	history.push('evaluations/superviser')
150
																}}
150
																}}
151
															>
151
															>
152
																<i className="fa fa-external-link" />
152
																<i className="fa fa-external-link" />
153
																Evaluacion del supervisor
153
																Evaluacion del supervisor
154
															</button>
154
															</button>
Línea 157... Línea 157...
157
															{`${item.first_name} ${item.last_name}`}
157
															{`${item.first_name} ${item.last_name}`}
158
															<button
158
															<button
159
																className="btn btn-info btn-sm"
159
																className="btn btn-info btn-sm"
160
																onClick={() => {
160
																onClick={() => {
161
																	setActionLink(item.actions.link_self)
161
																	setActionLink(item.actions.link_self)
162
																	history.push('self')
162
																	history.push('evaluations/self')
163
																}}
163
																}}
164
															>
164
															>
165
																<i className="fa fa-external-link" />
165
																<i className="fa fa-external-link" />
166
																Autoevaluación
166
																Autoevaluación
167
															</button>
167
															</button>