Tweaks and fixes

This commit is contained in:
Graham Campbell
2015-01-02 00:53:23 +00:00
parent 0ccb5e289c
commit ef98408a42
8 changed files with 12 additions and 6 deletions

View File

@@ -78,6 +78,8 @@ class Incident extends Model implements TransformableInterface
return 'ion ion-eye';
case 4:
return 'ion ion-checkmark';
default:
return '';
}
}