1
0
mirror of https://github.com/danbee/danbarberphoto synced 2025-03-04 08:49:07 +00:00

Remove application ERB template.

This commit is contained in:
Dan Barber 2013-04-08 17:12:26 +01:00
parent 6259e19076
commit d0adb987f9

View File

@ -1,14 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>Photos</title>
<%= stylesheet_link_tag :all %>
<%= javascript_include_tag :defaults %>
<%= csrf_meta_tag %>
</head>
<body>
<%= yield %>
</body>
</html>