We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d6cc4a commit 253a359Copy full SHA for 253a359
‎functions/admin-tasks.php
@@ -305,7 +305,7 @@ class="list-item state-{{{ data.state }}}<# if (data.preferred ) { #> task-prefe
305
</td>
306
<td class="col-title">
307
<div>
308
- <span class="task-title">{{{ data.title }}}</span>
+ <span class="task-title"><a href="https://app.codeable.io/tasks/{{{ data.task_id }}}" target="_blank">{{{ data.title }}}</a></span>
309
<span class="task-flags">
310
<# if ( data.preferred ) { #>
311
<span class="tooltip bottom small autosize" tabindex="0">
0 commit comments