Project

General

Profile

« Previous | Next » 

Revision 5d6ab0b1

Added by Amos Benari over 10 years ago

refs #3811 - additional bootstrap 3 updates/fixes

  • css renamed alert-error is now alert-danger
  • spinner progress indicators are back
  • fixed progress bar on create host

View differences:

app/views/puppetclasses/no_route.html.erb
<%= stylesheet_link_tag 'jquery-ui', 'jquery.jnotify', 'bootstrap.min', 'style' %>
<%= javascript_include_tag :defaults %>
<div id="content" class="container">
<div class="alert alert-message alert-block alert-error">
<div class="alert alert-message alert-block alert-danger">
<h3><%= _('Oops') %></h3>
<p>
<%= _('Either you didn''t generate the puppetdocs (see <a rel="external" href="%{url}">here</a>) or the class <strong>%{name}</strong> could not be found in environment <strong>%{environment}</strong><br/> Please ensure that the class <strong>%{name}</strong>''s declaration is accessible via the modulepath associated with <strong>%{environment}</strong>.') % { :name => name, :environment => environment, :url => 'http://theforeman.org/projects/foreman/wiki/Puppet_class_browser' } %>

Also available in: Unified diff