comparison app/views/layouts/application.html.erb @ 0:a1c9fadc0904

Initial. Generated with: rails new rsstweet -J -S -O -G --skip-keeps
author edogawaconan <me@myconan.net>
date Fri, 05 Sep 2014 18:24:19 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:a1c9fadc0904
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Rsstweet</title>
5 <%= stylesheet_link_tag 'application', media: 'all' %>
6 <%= csrf_meta_tags %>
7 </head>
8 <body>
9
10 <%= yield %>
11
12 </body>
13 </html>