Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes

4 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -146,7 +146,7 @@ class NodehiveActivityBlockController extends ControllerBase {
'status' => ['#markup' => $this->buildNodeStatus($node)],
'workflow_state' => ['#markup' => $this->getWorkflowState($node, $workflow)],
'author' => ['#markup' => $this->getAuthorName($node)],
'last_edited' => ['#markup' => $this->dateFormatter->formatDiff($node->getChangedTime(), REQUEST_TIME)],
'last_edited' => ['#markup' => $this->dateFormatter->formatDiff($node->getChangedTime(), \Drupal::time()->getRequestTime())],
'space' => ['#markup' => $this->getSpaceLink($node)],
'view_link' => ['#markup' => $this->buildLink($node, 'view')],
'edit_link' => ['#markup' => $this->buildLink($node, 'edit')],
Loading