repo.or.cz
/
blog3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
first issue
[blog3.git]
/
app
/
views
/
layouts
/
application.html.erb
blob
6ba455b0858bae30dec7ba95d57cb5251de369e7
1
<!DOCTYPE html>
2
<html>
3
<head>
4
<title>Blog3</title>
5
<%= stylesheet_link_tag "application", :media => "all" %>
6
<%= javascript_include_tag "application" %>
7
<%= csrf_meta_tags %>
8
</head>
9
<body>
10
11
<%= yield %>
12
13
</body>
14
</html>