Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4817 Rev 5118
Línea 22... Línea 22...
22
          comments_url: '$comments_url',
22
          comments_url: '$comments_url',
23
          comments_add_url: '$comments_add_url',
23
          comments_add_url: '$comments_add_url',
Línea 24... Línea 24...
24
 
24
 
25
        }
25
        }
-
 
26
	}
-
 
27
 
-
 
28
  const LABELS = {
-
 
29
    VIEW_MORE: 'LABEL_VIEW_MORE',
-
 
30
    NOT_AVAILABLE_POSTS: 'LABEL_NOT_AVAILABLE_POSTS',
-
 
31
    POSTS: 'LABEL_POSTS',
-
 
32
    COMMENTS: 'LABEL_COMMENTS',
-
 
33
    LIKE: 'LABEL_LIKE',
-
 
34
    UNLIKE: 'LABEL_UNLIKE',
-
 
35
    DELETE: 'LABEL_DELETE',
-
 
36
    ACCEPT: 'LABEL_ACCEPT',
-
 
37
    WRITE_A_COMMENT: 'LABEL_WRITE_A_COMMENT'
-
 
38
  }
26
	}
39
 
27
JS;
40
JS;
28
$this->inlineScript()->appendScript($js);
41
$this->inlineScript()->appendScript($js);
29
$this->headLink()->appendStylesheet('/look-and-field/dashboard.css');
42
$this->headLink()->appendStylesheet('/look-and-field/dashboard.css');
30
$this->headLink()->appendStylesheet('/react-bundles/postView/main.css');
43
$this->headLink()->appendStylesheet('/react-bundles/postView/main.css');