Browse code

Change label to badge

Philip I. Thomas authored on 19/10/2012 at 04:22:05
Showing 1 changed files
... ...
@@ -314,11 +314,11 @@ function project($name,$look,$code) {
314 314
 	echo '<li>'.$name;
315 315
 	if (!empty($look)) {
316 316
 		// link to look at completed project
317
-		echo ' <a href="'.$look.'" target="_BLANK" ><span class="label">Visit</label></a>';
317
+		echo ' <a href="'.$look.'" target="_BLANK" ><span class="badge badge-inverse">Visit</label></a>';
318 318
 	}
319 319
 	if (!empty($code)) {
320 320
 		// link to look at completed project
321
-		echo ' <a href="'.$code.'" target="_BLANK""><span class="label label-info">Code</span></a>';
321
+		echo ' <a href="'.$code.'" target="_BLANK""><span class="badge badge-info">Code</span></a>';
322 322
 	}
323 323
 }
324 324
 ?>
325 325
\ No newline at end of file