[Git][noosfero/noosfero][master] 2 commits: resolving bug on assets_menu for simple themes

Rodrigo Souto gitlab at mg.gitlab.com
Tue Oct 3 08:56:05 BRT 2017


Rodrigo Souto pushed to branch master at Noosfero / noosfero


Commits:
59b3f438 by lioh at 2017-09-18T18:32:48-03:00
resolving bug on assets_menu for simple themes

- - - - -
cf1b0821 by Rodrigo Souto at 2017-10-03T11:55:45+00:00
Merge branch 'bug_menu' into 'master'

resolving bug on assets_menu for simple themes

See merge request noosfero/noosfero!1311
- - - - -


1 changed file:

- app/helpers/assets_helper.rb


Changes:

=====================================
app/helpers/assets_helper.rb
=====================================
--- a/app/helpers/assets_helper.rb
+++ b/app/helpers/assets_helper.rb
@@ -19,7 +19,7 @@ module AssetsHelper
                     content_tag('span', '', :class => css_class) +
                     content_tag('strong', name),
                     target ), :class => "asset_#{target[:asset]}")
-    end.join("\n")
+    end.join("\n").html_safe
   end
 
 end



View it on GitLab: https://gitlab.com/noosfero/noosfero/compare/a231ea764a7e9a537c71f4f06e8af1719ab0744d...cf1b08212eb4590ad0dc1f33cd1ab8100465d26f

---
View it on GitLab: https://gitlab.com/noosfero/noosfero/compare/a231ea764a7e9a537c71f4f06e8af1719ab0744d...cf1b08212eb4590ad0dc1f33cd1ab8100465d26f
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/20171003/9927bca3/attachment-0001.html>


More information about the Noosfero-dev mailing list