Sha256: 810aa67243536782a5a8c33a7dedd14e8fbb24efa2a643919b8adec199916e0a

Contents?: true

Size: 387 Bytes

Versions: 8

Compression:

Stored size: 387 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>Extface&hearts;</title>
  <%= stylesheet_link_tag    "extface/application", media: "all" %>
  <%= stylesheet_link_tag "http://getbootstrap.com/dist/css/bootstrap.min.css", medis: :all %>
  <%= javascript_include_tag "extface/application" %>
  <%= csrf_meta_tags %>
</head>
<body>
  <div class="container">
    <%= yield %>
  </div>
</body>
</html>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
extface-0.1.4 app/views/layouts/extface/application.html.erb
extface-0.1.3 app/views/layouts/extface/application.html.erb
extface-0.1.2 app/views/layouts/extface/application.html.erb
extface-0.1.1 app/views/layouts/extface/application.html.erb
extface-0.1.0 app/views/layouts/extface/application.html.erb
extface-0.0.8 app/views/layouts/extface/application.html.erb
extface-0.0.7 app/views/layouts/extface/application.html.erb
extface-0.0.6 app/views/layouts/extface/application.html.erb