Sha256: 5777c211d997809d674154f75bdcd0e9e58e2b4e687cc30d1d5f769b3d955d57
Contents?: true
Size: 1.94 KB
Versions: 2
Compression:
Stored size: 1.94 KB
Contents
<!DOCTYPE html> <!--[if lt IE 7]> <html lang="en" ng-app="herald" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html lang="en" ng-app="herald" class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html lang="en" ng-app="herald" class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <html lang="en" ng-app="herald" class="no-js"> <!--<![endif]--> <head ng-controller="AppController as app"> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Herald - a Puppet report processor</title> <meta name="description" content="Herald - a Puppet report processor"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Latest compiled and minified CSS --> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap<%= @minified %>.css"> <!-- Optional theme --> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap-theme<%= @minified %>.css"> <link rel="stylesheet" href="css/herald.css"> </head> <body> <section class="container-fluid"> <h2><img src="/img/shield97.svg" />Herald <small>a Puppet report processor</small></h2> <div ng-view></div> <address> <hr /> <p class="text-muted"><small>Herald v<span app-version></span></small></p> </address> </section> <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.6/angular<%= @minified %>.js"></script> <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.6/angular-route<%= @minified %>.js"></script> <script src="//cdn.jsdelivr.net/momentjs/2.5.1/moment.min.js"></script> <script src="//cdn.jsdelivr.net/angular.moment/0.6.2/angular-moment.js"></script> <!-- Automatic incudes of project files --> <% @files.each do |file| %> <script src="<%= file %>"></script><% end %> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
puppet-herald-0.1.1 | lib/puppet-herald/views/app.erb |
puppet-herald-0.1.0 | lib/puppet-herald/views/app.erb |