| ... | ... |
@@ -336,7 +336,7 @@ function project($name,$look,$code) {
|
| 336 | 336 |
echo '<li style="padding-top: 12px">'.$name; |
| 337 | 337 |
if (!empty($look)) {
|
| 338 | 338 |
// link to look at completed project |
| 339 |
- echo ' <a href="'.$look.'" target="_BLANK" ><span class="badge badge-inverse">Visit</label></a>'; |
|
| 339 |
+ echo ' <a href="'.$look.'" target="_BLANK" ><span class="badge badge-inverse"><i class="icon-arrow-right icon-white"</i></label></a>'; |
|
| 340 | 340 |
} |
| 341 | 341 |
if (!empty($code)) {
|
| 342 | 342 |
// link to look at completed project |