Sha256: 94c37a6a4f4d0829beda7d979fe4fac1a5188eb038d1cea9809683cd7aa845fc

Contents?: true

Size: 1.49 KB

Versions: 4

Compression:

Stored size: 1.49 KB

Contents

!!! 5
%html{:lang => "ja"}
  %head
    %meta{:charset => "utf-8"}/
    %meta{:content => "IE=edge", "http-equiv" => "X-UA-Compatible"}/
    %meta{:content => "width=device-width, initial-scale=1", :name => "viewport"}/
    %meta{:content => "whiteleaf", :name => "author"}/
    %meta{:content => "none", :name => "robots"}/
    %title Narou.rb WEB UI Widget
    %link{:href => "//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css", :rel => "stylesheet"}/
    %link{:href => "/resources/perfect-scrollbar.min.css", :rel => "stylesheet"}/
    %link{:href => "/style.css", :rel => "stylesheet"}/
    / HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries
    /[if lt IE 9]
      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
  %body
    :css
      html, body, .console.fullscreen {
        height: 100%;
        margin: 0;
        padding: 0;
      }
    #console.console.fullscreen

    %script{:src => "//code.jquery.com/jquery-1.11.1.min.js"}
    %script{:src => "//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"}
    %script{:src => "/resources/perfect-scrollbar.min.js"}
    %script{:src => "/resources/narou.library.js"}
    :javascript
      $(document).ready(function($) {
        var notification = new Narou.Notification();
        var stream_console = new Narou.Console(notification, {
          restore: false, buttons: false
        });
      });

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
narou-2.6.1 lib/web/views/widget.haml
narou-2.6.0 lib/web/views/widget.haml
narou-2.5.2 lib/web/views/widget.haml
narou-2.5.1 lib/web/views/widget.haml