Sha256: f4a53da82abfaec15589bf670675763616c9216522046032d3db9f06d1773acf

Contents?: true

Size: 244 Bytes

Versions: 2

Compression:

Stored size: 244 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>Kublog</title>
  <%= stylesheet_link_tag    "kublog/application" %>
  <%= javascript_include_tag "kublog/application" %>
  <%= csrf_meta_tags %>
</head>

<body id='kublog'>
  <%= yield %>
</body>

</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
kublog-0.9.0 app/views/layouts/kublog/application.html.erb
kublog-0.0.1.1 app/views/layouts/kublog/application.html.erb