Skip to content
Snippets Groups Projects
Commit 883f0a7e authored by Axel Hahn's avatar Axel Hahn
Browse files

overview - higlight buttons on a single project

parent e07328f3
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,10 @@ class projectlist extends base{
<tr class="' . $sPrj . ' ' . $sTrClass . '">
<td class="prj">
<strong>
<a href="/deployment/' . $sPrj . '/" ><i class="glyphicon glyphicon-book"></i> ' . $oPrj->getLabel() . '</a>
<a href="/deployment/' . $sPrj . '/" title="'.$oPrj->getDescription().'">
<i class="glyphicon glyphicon-book"></i>
' . $oPrj->getLabel() . '
</a>
</strong>'
. ' <br>'
// . $oPrj->getDescription()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment