Fixed icons.
This commit is contained in:
parent
c40945f7cd
commit
995ff66205
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ class App.Organization extends App.Model
|
|||
'#organization/profile/' + @id
|
||||
|
||||
icon: ->
|
||||
'<svg class="icon-organization"><use xlink:href="#icon-organization" /></svg>'
|
||||
'organization'
|
||||
|
||||
@_fillUp: (data) ->
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@ class App.User extends App.Model
|
|||
'#user/profile/' + @id
|
||||
|
||||
icon: ->
|
||||
'<svg class="icon-user"><use xlink:href="#icon-user" /></svg>'
|
||||
'user'
|
||||
|
||||
initials: ->
|
||||
if @firstname && @lastname && @firstname[0] && @lastname[0]
|
||||
|
|
Loading…
Reference in a new issue