Project

General

Profile

« Previous | Next » 

Revision f6a880d1

Added by shawn taaj over 12 years ago

  • ID f6a880d1c25e825ba79bc338e434f464c292f9b1

When using the foreman-mysql packages in ubuntu, CSS is broken when using firefox. I fixed the problem by using the correct filename for the bootstrap.min.css.

View differences:

app/views/layouts/application.html.erb
<meta name="generator" content="Bluefish 2.0.2" />
<title> <%= h(yield(:title) || "Foreman") %></title>
<%= stylesheet_link_tag 'jquery-ui', 'jquery.jnotify', 'bootstrap.min', 'style' %>
<%= stylesheet_link_tag 'jquery-ui', 'jquery.jnotify', 'bootstrap.min.css', 'style' %>
<%= javascript_include_tag :defaults, 'highcharts', 'charts', 'jquery.jnotify', 'jquery.jeditable', 'bootstrap-dropdown', 'bootstrap-alerts', 'bootstrap-tabs', 'bootstrap-modal', 'bootstrap-twipsy', 'bootstrap-popover' %>
<%= javascript_tag "var AUTH_TOKEN = #{form_authenticity_token.inspect};" if protect_against_forgery? %>

Also available in: Unified diff