Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 12291 Rev 12292
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('evaluations/add')
91
													setModalToShow('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 131... Línea 131...
131
															<br />
131
															<br />
132
															<button
132
															<button
133
																className="btn btn-info btn-sm"
133
																className="btn btn-info btn-sm"
134
																onClick={() => {
134
																onClick={() => {
135
																	setActionLink(item.actions.link_both)
135
																	setActionLink(item.actions.link_both)
136
																	history.push('both')
136
																	history.push('evaluations/both')
137
																}}
137
																}}
138
															>
138
															>
139
																<i className="fa fa-external-link" />
139
																<i className="fa fa-external-link" />
140
																Evaluacion en conjunto
140
																Evaluacion en conjunto
141
															</button>
141
															</button>