Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 12017 Rev 12018
Línea 75... Línea 75...
75
											&&
75
											&&
76
											<label
76
											<label
77
												className='d-flex align-items-center'
77
												className='d-flex align-items-center'
78
												onClick={() => {
78
												onClick={() => {
79
													setActionLink(add_link)
79
													setActionLink(add_link)
80
													history.push('/add')
80
													history.push('/performance-evaluation/forms/add')
81
												}}
81
												}}
82
												style={{ cursor: 'pointer' }}
82
												style={{ cursor: 'pointer' }}
83
											>
83
											>
84
												<i className="fa fa-plus mr-2" />
84
												<i className="fa fa-plus mr-2" />
85
												Agregar
85
												Agregar
Línea 130... Línea 130...
130
																	&&
130
																	&&
131
																	<i
131
																	<i
132
																		className='fa fa-pencil'
132
																		className='fa fa-pencil'
133
																		onClick={() => {
133
																		onClick={() => {
134
																			setActionLink(item.actions.link_edit)
134
																			setActionLink(item.actions.link_edit)
135
																			history.push('/edit')
135
																			history.push('/performance-evaluation/forms/edit')
136
																		}}
136
																		}}
137
																		style={{ cursor: 'pointer' }}
137
																		style={{ cursor: 'pointer' }}
138
																	/>
138
																	/>
139
																}
139
																}
140
																{
140
																{