Sha256: e7416d39a1979c63dfae5c82cec2cf38ae800a27260277bddc86e315718c170c

Contents?: true

Size: 1008 Bytes

Versions: 12

Compression:

Stored size: 1008 Bytes

Contents

<!DOCTYPE html>

<html lang='zh-CN'>
<head>

  <%%= yield :meta %>

  <title><%%= yield :title %></title>

  <%%= hyper_text_style :'animate.css' => true, :buttons => true, :'font-awesome' => true %>
  <%%= bootstrap_style  :bootstrap => true, :'bootstrap-theme' => true, :'bootstrap-datepicker' => true, :'bootstrap-table' => true, :'bootstrap-fileinput' => true %>
  <%%= render partial: 'shared/style' %>
  <%%= render partial: '<%= @platform_name %>/<%= @version_name %>/shared/style' %>

  <%%= yield :style %>

  <%%= csrf_meta_tags %>

</head>
<body>

  <%%= yield %>

  <%%= hyper_text_script jquery: true, modernizr: true %>
  <%%= bootstrap_script  :bootstrap => true, :'bootstrap-datepicker' => true, :'bootstrap-fileinput' => true, :'bootstrap-table' => true, :buttons => true %>
  <%%= render partial: 'shared/script' %>
  <%%= render partial: '<%= @platform_name %>/<%= @version_name %>/shared/script' %>

  <%%= javascript_include_tag 'application' %>
  <%%= yield :script %>

</body>
</html>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
repres-bootstrap-1.10.2 lib/generators/repres/bootstrap/platform/templates/app/views/layouts/platform.html.erb.erb
repres-bootstrap-1.10.1 lib/generators/repres/bootstrap/platform/templates/app/views/layouts/platform.html.erb.erb
repres-bootstrap-1.10 lib/generators/repres/bootstrap/platform/templates/app/views/layouts/platform.html.erb.erb
repres-bootstrap-1.9 lib/generators/repres/bootstrap/platform/templates/app/views/layouts/platform.html.erb.erb
repres-bootstrap-1.8 lib/generators/repres/bootstrap/platform/templates/app/views/layouts/platform.html.erb.erb
repres-bootstrap-1.7 lib/generators/repres/bootstrap/platform/templates/app/views/layouts/platform.html.erb.erb
repres-bootstrap-1.6 lib/generators/repres/bootstrap/platform/templates/app/views/layouts/platform.html.erb.erb
repres-bootstrap-1.5.2 lib/generators/repres/bootstrap/platform/templates/app/views/layouts/platform.html.erb.erb
repres-bootstrap-1.5.1 lib/generators/repres/bootstrap/platform/templates/app/views/layouts/platform.html.erb.erb
repres-bootstrap-1.5 lib/generators/repres/bootstrap/platform/templates/app/views/layouts/platform.html.erb.erb
repres-bootstrap-1.4 lib/generators/repres/bootstrap/platform/templates/app/views/layouts/platform.html.erb.erb
repres-bootstrap-1.3.2 lib/generators/repres/bootstrap/platform/templates/app/views/layouts/platform.html.erb.erb