fix background image

This commit is contained in:
Zachary Chai 2017-02-10 17:41:53 -05:00
parent add6a95c4b
commit 404bb93d1a
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
</head> </head>
<body class="app-background" data-controller="<%= params[:controller] %>" data-action="<%= params[:action] %>" data-resource="<%= params[:resource] %>" <body class="app-background" data-controller="<%= params[:controller] %>" data-action="<%= params[:action] %>" data-resource="<%= params[:resource] %>"
style="background:url(<%= image_path('greenlight_background.png') if params[:controller] == 'landing' %>);"> style="background-image:url(<%= image_path('greenlight_background.png') if params[:controller] == 'landing' %>);">
<!-- Messages --> <!-- Messages -->
<div id='alerts'> <div id='alerts'>
</div> </div>