Commit 16576e0ec5ac85f887924d75f77458a007d8691a

Authored by Rodrigo Souto
1 parent 6e653fed

layout: not escape environment logged_in partials

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/layouts/application-ng.html.erb
... ... @@ -75,7 +75,7 @@
75 75 </div><!-- end id="content" -->
76 76 </div><!-- end id="wrap-2" -->
77 77 </div><!-- end id="wrap-1" -->
78   - <%= render_environment_features(:logged_in) if logged_in? %>
  78 + <%= render_environment_features(:logged_in).html_safe if logged_in? %>
79 79 <div id="footer">
80 80 <div id="theme-footer">
81 81 <%= theme_footer %>
... ...