osem-fcy/app/views/layouts/_mailbot_footer.html.erb

7 lines
226 B
Text

<% if @conference.present? %>
<div id="border" style="background-color: <%= conference_color(@conference) %>">
<% else %>
<div id="border" style="background-color: #003262">
<% end %>
</body>
</html>