Changed the link to the bbb image to be an absolute url (#353)

This commit is contained in:
farhatahmad
2019-02-04 10:19:11 -05:00
committed by Jesus Federico
parent c73064a70a
commit ef23cae73d
4 changed files with 4 additions and 5 deletions

View File

@ -17,8 +17,7 @@
<div class="container">
<div class="d-flex">
<%= link_to (current_user ? current_user.main_room : root_path), class: "header-brand" do %>
<%= image_tag(Rails.configuration.branding_image.blank? ? "logo_with_text.png" : Rails.configuration.branding_image,
class: "header-brand-img") %>
<%= image_tag(Rails.configuration.branding_image,class: "header-brand-img") %>
<% end %>
<div class="d-flex ml-auto">