Multi theme support and supplier order facebook info option
This commit is contained in:
@@ -10,7 +10,7 @@ html lang="en"
|
||||
/! Le HTML5 shim, for IE6-8 support of HTML elements
|
||||
/[if lt IE 9]
|
||||
= javascript_include_tag "http://html5shim.googlecode.com/svn/trunk/html5.js"
|
||||
= stylesheet_link_tag "supplier/application", :media => "all"
|
||||
= stylesheet_link_tag "supplier/basic1/application", media: "all"
|
||||
link href="/favicon.ico" rel="shortcut icon"
|
||||
= render 'suppliers/application/head'
|
||||
= javascript_include_tag "supplier/application"
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
- @list.users.each do |user|
|
||||
.extra-list-info-user
|
||||
img src="http://graph.facebook.com/#{user.uid}/picture?type=square"
|
||||
span= user.auth_data['info']['nickname'] rescue '(unknown)'
|
||||
Reference in New Issue
Block a user