Sha256: c9975591b76a2949b4b82de4c17800f57694826eaf43695ecf8a0d88b95dcab9

Contents?: true

Size: 961 Bytes

Versions: 3

Compression:

Stored size: 961 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

3 entries across 3 versions & 1 rubygems

Version Path
repres-bootstrap-1.3.1 lib/generators/repres/bootstrap/platform/templates/app/views/layouts/platform.html.erb
repres-bootstrap-1.3 lib/generators/repres/bootstrap/platform/templates/app/views/layouts/platform.html.erb
repres-bootstrap-1.2 lib/generators/repres/bootstrap/platform/templates/app/views/layouts/platform.html.erb