Sha256: 452e2e09b39ffe721e0ebe2b39a8f64b4cb9ebb96061237e4f4fc95826336517

Contents?: true

Size: 746 Bytes

Versions: 8

Compression:

Stored size: 746 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>TechRadar</title>
  <%= stylesheet_link_tag    "tech_radar/application", media: "all" %>
  <script src="https://code.jquery.com/jquery-2.1.4.min.js">
  </script>
  <%= javascript_include_tag "tech_radar/application" %>
  <%= csrf_meta_tags %>
  <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" integrity="sha512-dTfge/zgoMYpP7QbHy4gWMEGsbsdZeCXz7irItjcC3sPUFtf0kuFbDz/ixG7ArTxmDjLXDmezHubeNikyKGVyQ==" crossorigin="anonymous">
</head>
<body>
  <section class="container">
    <% unless @hide_nav %>
      <h1><%= link_to t("tech_radar.radar.title").html_safe, radar_index_path %></h1>
      <hr>
    <% end %>
    <%= yield %>
  </section>
</body>
</html>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
tech_radar-0.6.0 app/views/layouts/tech_radar/application.html.erb
tech_radar-0.5.0 app/views/layouts/tech_radar/application.html.erb
tech_radar-0.4.0 app/views/layouts/tech_radar/application.html.erb
tech_radar-0.3.0 app/views/layouts/tech_radar/application.html.erb
tech_radar-0.2.1 app/views/layouts/tech_radar/application.html.erb
tech_radar-0.2.0 app/views/layouts/tech_radar/application.html.erb
tech_radar-0.1.0 app/views/layouts/tech_radar/application.html.erb
tech_radar-0.0.1 app/views/layouts/tech_radar/application.html.erb