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

8 lines
226 B
Text
Raw Normal View History

<% if @conference.present? %>
<div id="border" style="background-color: <%= conference_color(@conference) %>">
<% else %>
<div id="border" style="background-color: #003262">
<% end %>
2021-03-05 09:12:52 -08:00
</body>
</html>