otzy007/slackware-changelog

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

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html>
<head>
  <title>Slackware-Current ChangeLog</title>
  <%= stylesheet_link_tag    "application", :media => "all" %>
  <%= javascript_include_tag "application" %>
  <%= analytics_init if Rails.env.production? %>
  <%= auto_discovery_link_tag :atom, '/atom_feed', :title => "Slackware-Current" %>
  <%= auto_discovery_link_tag :atom, '/atom_feed/?arch=64', :title => "Slackware64-Current" %>
</head>
<body>
 
<%= yield %>

</body>
</html>