Commit 169bd9ef1a88929f2ce309b48e2d3c89893d913a
Exists in
staging
and in
3 other branches
Merge remote-tracking branch 'origin/master'
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 %> | ... | ... |