Added task-name class to Task ID column of workunit and user tasks to apply CSS so that long names will be broken

(DBOINCP-29)
This commit is contained in:
Tristan Olive 2015-06-09 12:32:02 -04:00
parent b19936cf80
commit 21526a8767
2 changed files with 2 additions and 2 deletions

View File

@ -19,6 +19,6 @@
* the view is modified.
*/
?>
<span>
<span class="task-name">
<?php print l($row->result_name, "task/{$row->id}"); ?>
</span>

View File

@ -19,6 +19,6 @@
* the view is modified.
*/
?>
<span>
<span class="task-name">
<?php print l($row->result_name, "task/{$row->id}"); ?>
</span>