Sha256: b039d6565d5e3037b5cf85ae83a9c83e7edefcd8197f1203a61af56a3119c8ba

Contents?: true

Size: 247 Bytes

Versions: 4

Compression:

Stored size: 247 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>Extface</title>
  <%= stylesheet_link_tag    "extface/application", media: "all" %>
  <%= javascript_include_tag "extface/application" %>
  <%= csrf_meta_tags %>
</head>
<body>

<%= yield %>

</body>
</html>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
extface-0.0.5 app/views/layouts/extface/application.html.erb
extface-0.0.3 app/views/layouts/extface/application.html.erb
extface-0.0.2 app/views/layouts/extface/application.html.erb
extface-0.0.1 app/views/layouts/extface/application.html.erb