diff options
author | Yves Senn <yves.senn@gmail.com> | 2014-06-14 16:18:22 +0200 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2014-06-14 16:20:42 +0200 |
commit | 5223bad17c9bb103fa6f558e936cc1303ecee4bf (patch) | |
tree | f7849fdfc2944e98babb393ef85d701df09ffa77 /guides/code/getting_started/app/views/layouts | |
parent | b31a576a5e1632fdca16c857b965c2d196444e25 (diff) | |
download | rails-5223bad17c9bb103fa6f558e936cc1303ecee4bf.tar.gz rails-5223bad17c9bb103fa6f558e936cc1303ecee4bf.tar.bz2 rails-5223bad17c9bb103fa6f558e936cc1303ecee4bf.zip |
docs, remove getting started guide sample application. [ci skip]
This application always gets out of sync and doesn't add much value.
Closes #15721
/cc @rafaelfranca
Diffstat (limited to 'guides/code/getting_started/app/views/layouts')
-rw-r--r-- | guides/code/getting_started/app/views/layouts/application.html.erb | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/guides/code/getting_started/app/views/layouts/application.html.erb b/guides/code/getting_started/app/views/layouts/application.html.erb deleted file mode 100644 index d0ba8415e6..0000000000 --- a/guides/code/getting_started/app/views/layouts/application.html.erb +++ /dev/null @@ -1,14 +0,0 @@ -<!DOCTYPE html> -<html> -<head> - <title>Blog</title> - <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> - <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> - <%= csrf_meta_tags %> -</head> -<body> - -<%= yield %> - -</body> -</html> |