Sha256: f0746cffc23d6c759c1b24d2cdcbd9b27e4b10f06ecdaaf4162f859474908078
Contents?: true
Size: 323 Bytes
Versions: 5
Compression:
Stored size: 323 Bytes
Contents
<% title(_("All Puppet Classes for %s") % @host) %> <table class="table table-bordered table-striped"> <tr> <th>Class</th> </tr> <% @host.classes_from_storeconfigs.each do |klass| %> <tr> <td><%= h klass %></td> </tr> <% end %> </table> <%= link_to 'back', host_path(@host) %>
Version data entries
5 entries across 5 versions & 1 rubygems