Add Gravatar integration
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
<?= $this->avatar($email, $author) ?>
|
||||
|
||||
<p class="activity-title">
|
||||
<?= e('%s commented the task %s',
|
||||
$this->e($author),
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
<?= $this->avatar($email, $author) ?>
|
||||
|
||||
<p class="activity-title">
|
||||
<?= e('%s updated a comment on the task %s',
|
||||
$this->e($author),
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
<?= $this->avatar($email, $author) ?>
|
||||
|
||||
<p class="activity-title">
|
||||
<?= e('%s created a subtask for the task %s',
|
||||
$this->e($author),
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
<?= $this->avatar($email, $author) ?>
|
||||
|
||||
<p class="activity-title">
|
||||
<?= e('%s updated a subtask for the task %s',
|
||||
$this->e($author),
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
<?= $this->avatar($email, $author) ?>
|
||||
|
||||
<p class="activity-title">
|
||||
<?php $assignee = $task['assignee_name'] ?: $task['assignee_username'] ?>
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
<?= $this->avatar($email, $author) ?>
|
||||
|
||||
<p class="activity-title">
|
||||
<?= e('%s closed the task %s',
|
||||
$this->e($author),
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
<?= $this->avatar($email, $author) ?>
|
||||
|
||||
<p class="activity-title">
|
||||
<?= e('%s created the task %s',
|
||||
$this->e($author),
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
<?= $this->avatar($email, $author) ?>
|
||||
|
||||
<p class="activity-title">
|
||||
<?= e('%s moved the task %s to the column "%s"',
|
||||
$this->e($author),
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
<?= $this->avatar($email, $author) ?>
|
||||
|
||||
<p class="activity-title">
|
||||
<?= e('%s moved the task %s to the position #%d in the column "%s"',
|
||||
$this->e($author),
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
<?= $this->avatar($email, $author) ?>
|
||||
|
||||
<p class="activity-title">
|
||||
<?= e('%s opened the task %s',
|
||||
$this->e($author),
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
<?= $this->avatar($email, $author) ?>
|
||||
|
||||
<p class="activity-title">
|
||||
<?= e('%s updated the task %s',
|
||||
$this->e($author),
|
||||
|
||||
Reference in New Issue
Block a user