diff --git a/client/security.coffee b/client/security.coffee
index ff17c28..905a7a3 100644
--- a/client/security.coffee
+++ b/client/security.coffee
@@ -53,11 +53,11 @@ update_footer = (ownerName, isAuthenticated) ->
if isAuthenticated
if isOwner
logoutTitle = "Sign-out"
- logoutIconClass = ''
+ logoutIconClass = 'fa fa-unlock fa-lg fa-fw'
else
logoutTitle = "Not Owner : Sign-out"
- logoutIconClass = 'notOwner'
- $('footer > #security').append ""
+ logoutIconClass = 'fa fa-lock fa-lg fa-fw notOwner'
+ $('footer > #security').append ""
$('footer > #security > #logout').click (e) ->
e.preventDefault()
myInit = {