Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6739 Rev 6741
Línea 124... Línea 124...
124
      url: link_view,
124
      url: link_view,
125
      color: 'primary',
125
      color: 'primary',
126
    },
126
    },
127
    { label: btnEditTitle || labels.edit, url: link_edit, color: 'secondary' },
127
    { label: btnEditTitle || labels.edit, url: link_edit, color: 'secondary' },
128
    { label: labels.approve, url: link_approve, color: 'tertiary' },
128
    { label: labels.approve, url: link_approve, color: 'tertiary' },
129
    { label: labels.accept, url: link_remove, color: 'tertiary' },
129
    { label: labels.leave, url: link_remove, color: 'tertiary' },
130
    { label: labels.remove, url: link_accept, color: 'secondary' },
130
    { label: labels.accept, url: link_accept, color: 'secondary' },
131
    { label: labels.reject, url: link_reject, color: 'tertiary' },
131
    { label: labels.reject, url: link_reject, color: 'tertiary' },
132
    {
132
    {
133
      label: btnCancelTitle || labels.cancel,
133
      label: btnCancelTitle || labels.cancel,
134
      url: link_delete,
134
      url: link_delete,
135
      color: 'tertiary',
135
      color: 'tertiary',
Línea 143... Línea 143...
143
    { label: labels.unfollow, url: link_unfollow, color: 'tertiary' },
143
    { label: labels.unfollow, url: link_unfollow, color: 'tertiary' },
144
    { label: labels.block, url: link_block, color: 'tertiary' },
144
    { label: labels.block, url: link_block, color: 'tertiary' },
145
    { label: labels.unblock, url: link_unblock, color: 'tertiary' },
145
    { label: labels.unblock, url: link_unblock, color: 'tertiary' },
146
    { label: labels.connect, url: link_request, color: 'tertiary' },
146
    { label: labels.connect, url: link_request, color: 'tertiary' },
147
    { label: labels.cancel, url: link_cancel, color: 'tertiary' },
147
    { label: labels.cancel, url: link_cancel, color: 'tertiary' },
148
    { label: labels.leave, url: btnLeaveTitle, color: 'tertiary' },
148
    { label: btnLeaveTitle, url: link_leave, color: 'tertiary' },
149
    { label: 'Personificar', url: link_impersonate, color: 'tertiary' },
149
    { label: 'Personificar', url: link_impersonate, color: 'tertiary' },
150
  ]
150
  ]
Línea 151... Línea 151...
151
 
151
 
152
  return (
152
  return (