Skip to content

Commit

Permalink
LTI-154: Removed references to non used external assets (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfederico authored Sep 7, 2022
1 parent 6bfd49b commit 40ea706
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions app/views/layouts/_header.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,9 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>. %>
<html lang="en-US">
<head>
<title>BbbLtiBroker</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true %>
<%= javascript_include_tag "application", "data-turbolinks-track" => true %>
<%= csrf_meta_tags %>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.7/styles/tomorrow.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.3/umd/popper.min.js" integrity="sha384-vFJXuSJphROIrBnz7yo7oB41mKfc8JzQZiCq4NCceLEaO4IHwicKwpJf9c9IpFgh" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js" integrity="sha384-alpBpkh1PFOepccYVYDB4do5UnbKysX5WZXm3XxPqe5iKTfUKjNkCk9SaVuEZflJ" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.7/highlight.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
hljs.initHighlightingOnLoad();
Expand All @@ -43,7 +35,7 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>. %>
<%= image_tag("bbb_logo.png", class: "bbb-logo") %>
<% end %>
</div>
<div class="p-2 bd-highlight">
<div class="p-2 bd-highlight">
<%= link_to "Config", lti_home_path, :class => "btn btn-outline-primary mx-2 config-button" %>
</div>
</div>
Expand Down

0 comments on commit 40ea706

Please sign in to comment.