* Adjust Details Code Format.

This commit is contained in:
lichengjun
2021-09-09 13:05:38 +00:00
parent 7edde287ad
commit ff5288131b
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -333,7 +333,7 @@ class mrModel extends model
$todo->idvalue = $rawTodo->id;
$todo->pri = 3;
$todo->name = $this->lang->mr->common . ": " . $rawTodo->target->title;
$todo->desc = $rawTodo->target->assignee->name . $this->lang->mr->on . '<a href="' . $this->loadModel('gitlab')->apiGetSingleProject($gitlabID, $projectID)->web_url . '" target="_blank">' . $rawTodo->project->path .'</a>' . $this->lang->mr->todomessage . '<a href="' . $rawTodo->target->web_url . '" target="_blank">' . $this->lang->mr->common .'</a>' . '。';
$todo->desc = $rawTodo->target->assignee->name . '&nbsp;' . $this->lang->mr->at . '&nbsp;' . '<a href="' . $this->loadModel('gitlab')->apiGetSingleProject($gitlabID, $projectID)->web_url . '" target="_blank">' . $rawTodo->project->path .'</a>' . '&nbsp;' . $this->lang->mr->todomessage . '<a href="' . $rawTodo->target->web_url . '" target="_blank">' . '&nbsp;' . $this->lang->mr->common .'</a>' . '。';
$todo->status = 'wait';
$todo->finishedBy = '';