Skip to content

Commit

Permalink
Fix class being escaped
Browse files Browse the repository at this point in the history
  • Loading branch information
tom95 committed Jan 18, 2017
1 parent c2de7c9 commit 3fc5c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Expand Up @@ -16,7 +16,7 @@
</script>
<%= csrf_meta_tags %>
</head>
<body <%= 'class="wsp-home"' if current_page?('/') %>>
<body <%= 'class="wsp-home"'.html_safe if current_page?('/') %>>
<%# https://github.com/seyhunak/twitter-bootstrap-rails#using-helpers %>
<%= nav_bar :brand => image_tag("hpi-workshop-200.png"), responsive: true, fixed: :top do %>
<%= menu_group pull: :right do %>
Expand Down

0 comments on commit 3fc5c77

Please sign in to comment.