forked from External/greenlight
Changed the link to the bbb image to be an absolute url (#353)
This commit is contained in:
committed by
Jesus Federico
parent
c73064a70a
commit
ef23cae73d
@ -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">
|
||||
|
Reference in New Issue
Block a user