Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 12274 Rev 12289
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(item.actions.link_both)
136
																	history.push('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>
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(item.actions.link_superviser)
149
																	history.push('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(item.actions.link_self)
162
																	history.push('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>