Sha256: 6643cdfcd09853557a7fcb0b2709de18b0c3606081aa19d540e594cf61c4e096

Contents?: true

Size: 818 Bytes

Versions: 3

Compression:

Stored size: 818 Bytes

Contents

<!doctype html>
<html>
  <head>
    <title></title>
    <meta name="viewport" content="width=device-width,initial-scale=1.0" />
    <link rel="shortcut icon" type="image/ico" href="<%= root_path %>images/favicon.ico" />
    <link href="<%= root_path %>stylesheets/bootstrap.css" media="screen" rel="stylesheet" type="text/css" />
    <link href="<%= root_path %>stylesheets/application.css" media="screen" rel="stylesheet" type="text/css" />
    <script type="text/javascript" src="<%= root_path %>javascripts/application.js"></script>
    <meta name="google" content="notranslate" />
  </head>
  <body>
    <%= erb :_nav %>
    <div class="container">
      <div class="row">
        <div class="col-sm-12" style="padding: 60px 0 0 0;">
          <%= yield %>
        </div>
      </div>
    </div>
  </body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jruby_activiti-2.0.5 web/views/layout.erb
jruby_activiti-2.0.4 web/views/layout.erb
jruby_activiti-2.0.3 web/views/layout.erb