unicorn.git  about / heads / tags
Rack HTTP server for Unix and fast clients
blob 89179cb8be114c8a833df15b2b74109f3f9514ba 196 bytes (raw)
$ git show maint:t/rails3-app/app/views/layouts/application.html.erb	# shows this blob on the CLI

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
 
<!DOCTYPE html>
<html>
<head>
  <title>App</title>
  <%= stylesheet_link_tag :all %>
  <%= javascript_include_tag :defaults %>
  <%= csrf_meta_tag %>
</head>
<body>

<%= yield %>

</body>
</html>

git clone https://yhbt.net/unicorn.git