[Git][noosfero/noosfero][master] 2 commits: social-statistics: fix css include

Rodrigo Souto gitlab at mg.gitlab.com
Tue Oct 31 18:35:19 BRST 2017


Rodrigo Souto pushed to branch master at Noosfero / noosfero


Commits:
3dce6005 by Rodrigo Souto at 2017-10-24T16:17:10-03:00
social-statistics: fix css include

- - - - -
f364aac2 by Rodrigo Souto at 2017-10-31T20:35:09+00:00
Merge branch 'social-statistics-css-include' into 'master'

social-statistics: fix css include

See merge request noosfero/noosfero!1334
- - - - -


1 changed file:

- plugins/social_statistics/views/layouts/blazer/application.html.erb


Changes:

=====================================
plugins/social_statistics/views/layouts/blazer/application.html.erb
=====================================
--- a/plugins/social_statistics/views/layouts/blazer/application.html.erb
+++ b/plugins/social_statistics/views/layouts/blazer/application.html.erb
@@ -8,7 +8,7 @@
     <meta charset="utf-8" />
 
     <%= stylesheet_link_tag "blazer/application" %>
-    <%= stylesheet_link_tag "#{File.join(theme_path, 'blazer')}/style.css" %>
+    <%= stylesheet_link_tag "/assets#{File.join(theme_path, 'blazer')}/style.css" %>
     <%= javascript_include_tag "blazer/application" %>
     <script>
       <%= blazer_js_var "rootPath", root_path %>



View it on GitLab: https://gitlab.com/noosfero/noosfero/compare/dcc579e9f7835015405a33b3cb91973cc900f7f4...f364aac27feaa7d19bc0fd213a8e788eba1eb930

---
View it on GitLab: https://gitlab.com/noosfero/noosfero/compare/dcc579e9f7835015405a33b3cb91973cc900f7f4...f364aac27feaa7d19bc0fd213a8e788eba1eb930
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20171031/2255a5e8/attachment.html>


More information about the Noosfero-dev mailing list