Sha256: 4acb6c09e11ea05c1c637a5e452dbf60265de3a2d7da7351225a862f9503285e
Contents?: true
Size: 826 Bytes
Versions: 5
Compression:
Stored size: 826 Bytes
Contents
<%= 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"> <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' } %> </p> <%= link_to _("Back"), puppetclasses_path, :class => "btn" %> </div> </div>
Version data entries
5 entries across 5 versions & 1 rubygems