... | ... |
@@ -315,7 +315,7 @@ function project($name,$look,$code) { |
315 | 315 |
} |
316 | 316 |
if (!empty($code)) { |
317 | 317 |
// link to look at completed project |
318 |
- echo ' <a href="'.$code.'" target="_BLANK" class="label-info label">Code <i class="icon-cog"></i></a>'; |
|
318 |
+ echo ' <a href="'.$code.'" target="_BLANK" class="label label-info">Code</a>'; |
|
319 | 319 |
} |
320 | 320 |
} |
321 | 321 |
?> |
322 | 322 |
\ No newline at end of file |