Commit 3f8dbf30 authored by Mike Greiling's avatar Mike Greiling

remove unnecessary string interpolation

parent 0068c449
......@@ -3,7 +3,7 @@
.layout-nav
.container-fluid
= render "layouts/nav/#{nav}"
.content-wrapper{ class: "#{layout_nav_class}" }
.content-wrapper{ class: layout_nav_class }
= yield :sub_nav
.alert-wrapper
= render "layouts/broadcast"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment