Browse code

Tweaks

Philip I. Thomas authored on 19/10/2012 at 04:12:24
Showing 1 changed files
... ...
@@ -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