* Fix parse error.
This commit is contained in:
@@ -86,7 +86,7 @@ function getTrackTd($storyID, $story, $tab, $module)
|
||||
isset($story->parent) && $story->parent > 0 ? label(
|
||||
setClass('rounded-full light mr-1'),
|
||||
set('title', $lang->story->children),
|
||||
$lang->story->childrenAB,
|
||||
$lang->story->childrenAB
|
||||
) : null,
|
||||
a(
|
||||
set('href', createLink($module, 'view', "storyID={$storyID}")),
|
||||
|
||||
@@ -23,7 +23,7 @@ $tableData = initTableData($sonarqubeList, $config->sonarqube->dtable->browse->f
|
||||
|
||||
toolbar
|
||||
(
|
||||
$canCreate ? item(set($createItem)) : null,
|
||||
$canCreate ? item(set($createItem)) : null
|
||||
);
|
||||
|
||||
jsVar('confirmDelete', $lang->sonarqube->confirmDelete);
|
||||
|
||||
Reference in New Issue
Block a user