Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6753 Rev 6885
Línea 130... Línea 130...
130
      url: link_view,
130
      url: link_view,
131
      color: 'primary',
131
      color: 'primary',
132
    },
132
    },
133
    { label: btnEditTitle || labels.edit, url: link_edit, color: 'secondary' },
133
    { label: btnEditTitle || labels.edit, url: link_edit, color: 'secondary' },
134
    { label: labels.approve, url: link_approve, color: 'tertiary' },
134
    { label: labels.approve, url: link_approve, color: 'tertiary' },
135
    { label: labels.leave, url: link_remove, color: 'tertiary' },
135
    { label: btnLeaveTitle, url: link_remove, color: 'tertiary' },
136
    { label: labels.accept, url: link_accept, color: 'secondary' },
136
    { label: labels.accept, url: link_accept, color: 'secondary' },
137
    { label: labels.reject, url: link_reject, color: 'tertiary' },
137
    { label: labels.reject, url: link_reject, color: 'tertiary' },
138
    {
138
    {
139
      label: btnCancelTitle || labels.cancel,
139
      label: btnCancelTitle || labels.cancel,
140
      url: link_delete,
140
      url: link_delete,