anonoz/itcwresume

View on GitHub
app/views/layouts/vetter.html.erb

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html>
  <head>
    <title>IJE Employers Dashboard</title>
    <%= csrf_meta_tags %>
    <link rel="apple-touch-icon" href="/apple-touch-icon.png">
    <%= stylesheet_link_tag    'application', media: 'all' %>
    <%= javascript_include_tag 'application' %>
  </head>

  <body>
    <%= render 'layouts/vetter_navbar' %>
    <div class="container">
      <%= yield %>
    </div>
    <%= render 'layouts/other_scripts' %>
  </body>
</html>