Multi theme support and supplier order facebook info option

This commit is contained in:
2014-03-17 11:31:02 +01:00
parent c4e002104c
commit 90316d5b25
25 changed files with 316 additions and 13 deletions
+1 -1
View File
@@ -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)'